rnd-20020531-1-src
[rocksndiamonds.git] / src / libgame / x11.c
index 394350a6f17f33768a1efbc056662178c002e7f1..7d45a493a28b771e3a4c6bb3dc1183b92aa9d7b2 100644 (file)
@@ -255,10 +255,6 @@ Bitmap *X11LoadImage(char *filename)
   char *error = "Read_PCX_to_Pixmap(): %s '%s'";
   int pcx_err;
 
-#if defined(PLATFORM_MSDOS)
-  rest(100);
-#endif
-
   pcx_err = Read_PCX_to_Pixmap(display, window->drawable, window->gc, filename,
                               &new_bitmap->drawable, &new_bitmap->clip_mask);
   switch(pcx_err)