diff -r 1ff835e9ce32 -r da6023c2745b hedgewars/uStore.pas --- 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);