src/gfx_func.h
changeset 8349 e61105cb1f87
parent 8249 90bd3316062f
child 8433 33899f3d6b5c
--- a/src/gfx_func.h	Fri Jan 18 03:48:29 2008 +0000
+++ b/src/gfx_func.h	Fri Jan 18 10:36:55 2008 +0000
@@ -83,12 +83,6 @@
 
 void DrawSprite(SpriteID img, SpriteID pal, int x, int y, const SubSprite *sub = NULL);
 
-/* XXX doesn't really belong here, but the only
- * consumers always use it in conjunction with DoDrawString() */
-#define UPARROW   "\xEE\x8A\x80"
-#define DOWNARROW "\xEE\x8A\xAA"
-
-
 int DrawStringCentered(int x, int y, StringID str, uint16 color);
 int DrawStringCenteredTruncated(int xl, int xr, int y, StringID str, uint16 color);
 int DoDrawStringCentered(int x, int y, const char *str, uint16 color);