rnd-20040823-2-src
[rocksndiamonds.git] / src / game_em / graphics.c
index 04c2a240f023ff6cee3e75f93c3805a07d18d233..edc1564336ba694eafd70df79cedbf811d3a80bf 100644 (file)
@@ -568,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();