chiark / gitweb /
Oops! Remove evidence of blatant clone-and-hack from Keen. :-)
authorSimon Tatham <anakin@pobox.com>
Mon, 11 Jan 2010 18:41:28 +0000 (18:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 11 Jan 2010 18:41:28 +0000 (18:41 +0000)
[originally from svn r8825]

towers.c

index 1826e0554a0369f156299d57e8b7dd40cdd33483..468fe8436e7440c4feaf3410ea4e37ab5bec8c93 100644 (file)
--- a/towers.c
+++ b/towers.c
@@ -1456,10 +1456,6 @@ static float *game_colours(frontend *fe, int *ncolours)
     return ret;
 }
 
-static const char *const minus_signs[] = { "\xE2\x88\x92", "-" };
-static const char *const times_signs[] = { "\xC3\x97", "*" };
-static const char *const divide_signs[] = { "\xC3\xB7", "/" };
-
 static game_drawstate *game_new_drawstate(drawing *dr, game_state *state)
 {
     int w = state->par.w /*, a = w*w */;