hedgewars/uStore.pas
changeset 3006 da6023c2745b
parent 2958 e6f7620da87e
child 3025 01682ec58eb0
--- a/hedgewars/uStore.pas	Tue Mar 16 21:48:58 2010 +0000
+++ b/hedgewars/uStore.pas	Wed Mar 17 00:26:35 2010 +0000
@@ -1234,12 +1234,6 @@
 begin
     if Step = 0 then
     begin
-{$IFDEF SDL_IMAGE_NEWER}
-        WriteToConsole('Init SDL_image... ');
-        SDLTry(IMG_Init(IMG_INIT_PNG) <> 0, true);
-        WriteLnToConsole(msgOK);
-{$ENDIF}
-    
         WriteToConsole(msgLoading + 'progress sprite: ');
         texsurf:= LoadImage(Pathz[ptGraphics] + '/Progress', ifCritical or ifTransparent);