From: simon Date: Mon, 11 Jan 2010 18:41:28 +0000 (+0000) Subject: Oops! Remove evidence of blatant clone-and-hack from Keen. :-) X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/a9af91d0a74a53c3a4d1f2da740193ac4a374983?hp=08d8cd006043dd895777fdd3196ff271863fbdd4 Oops! Remove evidence of blatant clone-and-hack from Keen. :-) git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8825 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/towers.c b/towers.c index 1826e05..468fe84 100644 --- 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 */;