hedgewars/uStore.pas
changeset 3799 5341dc5a8919
parent 3774 af0e68ca273e
child 3853 9bd5319d1fcc
--- a/hedgewars/uStore.pas	Wed Sep 01 18:06:52 2010 +0200
+++ b/hedgewars/uStore.pas	Wed Sep 01 20:41:45 2010 +0200
@@ -26,7 +26,6 @@
 var PixelFormat: PSDL_PixelFormat;
     SDLPrimSurface: PSDL_Surface;
     PauseTexture,
-    ReadyTexture,
     SyncTexture,
     ConfirmTexture: PTexture;
     cScaleFactor: GLfloat;
@@ -447,7 +446,6 @@
 
 // TODO: are those textures ever freed?
 PauseTexture:= RenderStringTex(trmsg[sidPaused], cYellowColor, fntBig);
-ReadyTexture:= RenderStringTex(trmsg[sidReady], cYellowColor, fntBig);
 ConfirmTexture:= RenderStringTex(trmsg[sidConfirm], cYellowColor, fntBig);
 SyncTexture:= RenderStringTex(trmsg[sidSync], cYellowColor, fntBig);