chiark / gitweb /
This TODO comment should have been taken out in r5913 :-)
authorSimon Tatham <anakin@pobox.com>
Wed, 22 Jun 2005 09:26:03 +0000 (09:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 22 Jun 2005 09:26:03 +0000 (09:26 +0000)
[originally from svn r5988]
[r5913 == 02035753f817173a6861d1fc4bec437508cec42d]

windows.c

index c05dd6e7384f911270f39279364e5fca73c4255b..7b3ef648b81eb6fd30f322a7d87a1aab9afb2c07 100644 (file)
--- a/windows.c
+++ b/windows.c
@@ -1,14 +1,5 @@
 /*
  * windows.c: Windows front end for my puzzle collection.
- * 
- * TODO:
- * 
- *  - Figure out what to do if a puzzle requests a size bigger than
- *    the screen will take. In principle we could put scrollbars in
- *    the window, although that would be pretty horrid. Another
- *    option is to detect in advance that this will be a problem -
- *    we can probably tell this using midend_size() before actually
- *    generating the puzzle - and simply refuse to do it.
  */
 
 #include <windows.h>