rnd-20040823-2-src
[rocksndiamonds.git] / src / game_em / graphics.c
index d869bc88b68fc423c6f3d3de8357f948229db9c4..edc1564336ba694eafd70df79cedbf811d3a80bf 100644 (file)
@@ -15,8 +15,6 @@
 
 #if defined(TARGET_X11)
 
-extern void DrawGameDoorValues_EM(int, int, int, int);
-
 unsigned int frame; /* current frame */
 unsigned int screen_x; /* current scroll position */
 unsigned int screen_y;
@@ -570,17 +568,6 @@ void title_blitscore(void)
 #endif
 }
 
-void title_blitants(unsigned int y)
-{
-  static const char ants_dashes[2] = { 8, 7 };
-
-  xdebug("title_blitants");
-
-  XSetDashes(display, antsGC, colour_anim, ants_dashes, 2);
-  XDrawRectangle(display, screenPixmap, antsGC,
-                0, y * TILEY, SCR_MENUX * TILEX - 1, TILEY - 1);
-}
-
 void title_animscreen(void)
 {
   blitscreen();