diff -r ed5a6478e710 -r 9006e158a81f hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Nov 10 20:43:13 2015 +0100 +++ b/hedgewars/uVariables.pas Tue Nov 10 22:18:06 2015 +0100 @@ -244,8 +244,6 @@ MaxTextureSize: LongInt; - ChatPasteBuffer: shortstring; - ///////////////////////////////////// //Buttons {$IFDEF USE_TOUCH_INTERFACE} @@ -2739,8 +2737,6 @@ cViewLimitsDebug:= false; AprilOne := false; - ChatPasteBuffer:= ''; - // initialize pointers to nil // (don't rely on implicit init of fpc, because that one only happens ONCE when used as lib) CurAmmoGear:= nil;