remove stale comment
authorborg323 <4010067-borg323@users.noreply.gitlab.com>
Tue, 9 Jul 2019 14:41:17 +0000 (17:41 +0300)
committerborg323 <4010067-borg323@users.noreply.gitlab.com>
Tue, 9 Jul 2019 14:41:17 +0000 (17:41 +0300)
src/common/frotz.h

index 9f4513f4f15d8186089b73e086d6a441a5113910..bef4e1b41d3b7bce62473e2a579bc9c8213bdb10 100644 (file)
@@ -63,16 +63,6 @@ typedef int bool;
 typedef unsigned char zbyte;
 typedef unsigned short zword;
 
-
-/* This business turns out to interfere with the command history
- * functions in the curses interface code.  Unicode support for DOS
- * Frotz probably won't happen.  I'd like to get it working for Unix
- * Frotz eventually.  The patch I was using was rather old and bugs
- * might have crept in.  If you know how to implement Unicode for the
- * Unix side, please let me know and please test it to make sure it
- * doesn't mess with command history.
- */
-
 #ifndef USE_UTF8
 typedef unsigned char zchar;
 #else