aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-04-30 14:14:37 +0000
committerSimon Tatham <anakin@pobox.com>2005-04-30 14:14:37 +0000
commitd40b3172fef7a1633ab8a4a6a6065f822aaa2b2e (patch)
tree8a73d93addc485cd0e1cd0be1df1babe5e98909a
parentd35f64096dae0d6a7d6f9e94a01445acd247bc22 (diff)
downloadpuzzles-d40b3172fef7a1633ab8a4a6a6065f822aaa2b2e.zip
puzzles-d40b3172fef7a1633ab8a4a6a6065f822aaa2b2e.tar.gz
puzzles-d40b3172fef7a1633ab8a4a6a6065f822aaa2b2e.tar.bz2
puzzles-d40b3172fef7a1633ab8a4a6a6065f822aaa2b2e.tar.xz
Bah, and of course there's a TODO comment I forgot to remove.
[originally from svn r5714]
-rw-r--r--twiddle.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/twiddle.c b/twiddle.c
index 5af27d5..f6001fe 100644
--- a/twiddle.c
+++ b/twiddle.c
@@ -5,15 +5,6 @@
* Gyro Chamber).
*/
-/*
- * Possibly TODO:
- *
- * - it's horribly tempting to give the pieces significant
- * _orientations_, perhaps by drawing some sort of oriented
- * polygonal figure beneath the number. (An arrow pointing
- * upwards springs readily to mind.)
- */
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>