hedgewars/uVariables.pas
changeset 7049 35d762458d66
parent 7028 0f60591f3a16
child 7066 12cc2bd84b0b
--- a/hedgewars/uVariables.pas	Thu May 10 23:21:56 2012 +0200
+++ b/hedgewars/uVariables.pas	Fri May 11 00:05:47 2012 +0200
@@ -172,11 +172,6 @@
 
     Theme           : shortstring;
     disableLandBack : boolean;
-    conversionFormat: PSDL_PixelFormat;
-
-{$IFDEF SDL13}
-    SDLwindow       : PSDL_Window;
-{$ENDIF}
 
     WorldDx: LongInt;
     WorldDy: LongInt;
@@ -2593,10 +2588,6 @@
 
     ScreenFade      := sfNone;
 
-{$IFDEF SDL13}
-    SDLwindow       := nil;
-{$ENDIF}
-
     // those values still are not perfect
     cLeftScreenBorder:= round(-cMinZoomLevel * cScreenWidth);
     cRightScreenBorder:= round(cMinZoomLevel * cScreenWidth + LAND_WIDTH);