hedgewars/uVariables.pas
changeset 11383 d3b603323b2b
parent 11363 9006e158a81f
child 11403 b894922d58cc
child 11477 e425a6eb9da3
--- a/hedgewars/uVariables.pas	Sat Nov 14 22:19:05 2015 +0300
+++ b/hedgewars/uVariables.pas	Sun Nov 15 13:35:23 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;