diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-01-11 18:41:28 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-01-11 18:41:28 +0000 |
| commit | 67d55dc5f4c6a59f974a6e68417f6bf9009af48a (patch) | |
| tree | 302898ad614aaeadad2ec672ef2a86eef12c3e46 | |
| parent | 6776b0afba6b4b3f8efd76a8425831b3d8a59a77 (diff) | |
| download | puzzles-67d55dc5f4c6a59f974a6e68417f6bf9009af48a.zip puzzles-67d55dc5f4c6a59f974a6e68417f6bf9009af48a.tar.gz puzzles-67d55dc5f4c6a59f974a6e68417f6bf9009af48a.tar.bz2 puzzles-67d55dc5f4c6a59f974a6e68417f6bf9009af48a.tar.xz | |
Oops! Remove evidence of blatant clone-and-hack from Keen. :-)
[originally from svn r8825]
| -rw-r--r-- | towers.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */; |