X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fgraphics.c;h=edc1564336ba694eafd70df79cedbf811d3a80bf;hb=536e46a4eadb99140f58a8b09a7e25ca02b50680;hp=04c2a240f023ff6cee3e75f93c3805a07d18d233;hpb=4a8314a1bba69c0ca6ea33bd11d7e4cf9aa0f65d;p=rocksndiamonds.git diff --git a/src/game_em/graphics.c b/src/game_em/graphics.c index 04c2a240..edc15643 100644 --- a/src/game_em/graphics.c +++ b/src/game_em/graphics.c @@ -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();