hedgewars/uStore.pas
changeset 4371 ae172b2b03ed
parent 4368 b89235e401e5
child 4374 bcefeeabaa33
--- a/hedgewars/uStore.pas	Wed Nov 17 22:21:29 2010 +0300
+++ b/hedgewars/uStore.pas	Wed Nov 17 22:26:34 2010 +0300
@@ -22,22 +22,6 @@
 interface
 uses sysutils, uConsts, SDLh, GLunit, uTypes;
 
-
-var PixelFormat: PSDL_PixelFormat;
-    SDLPrimSurface: PSDL_Surface;
-    PauseTexture,
-    SyncTexture,
-    ConfirmTexture: PTexture;
-    cScaleFactor: GLfloat;
-    SupportNPOTT: Boolean;
-    Step: LongInt;
-    squaresize : LongInt;
-    numsquares : LongInt;
-    ProgrTex: PTexture;
-    MissionIcons: PSDL_Surface;
-    ropeIconTex: PTexture;
-    rotationQt: GLfloat;
-
 procedure initModule;
 procedure freeModule;