diff -r bcbd910c797f -r 01682ec58eb0 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Fri Mar 19 19:49:33 2010 +0000 +++ b/hedgewars/uStore.pas Sat Mar 20 15:16:59 2010 +0000 @@ -1271,11 +1271,6 @@ begin WriteLnToConsole('Freeing progress surface... '); FreeTexture(ProgrTex); - -{$IFDEF IPHONEOS} - // show overlay buttons - IPH_showControls; -{$ENDIF} end; procedure flipSurface(Surface: PSDL_Surface; Vertical: Boolean);