hedgewars/uVariables.pas
branchsdl2transition
changeset 11363 9006e158a81f
parent 11317 62287d4044e7
child 11403 b894922d58cc
child 11477 e425a6eb9da3
--- 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;