diff -r 0a4c88935902 -r 35d762458d66 hedgewars/uVariables.pas --- 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);