From 6f27e2657d14d69b4d335c243fec8f585f1dfe2f Mon Sep 17 00:00:00 2001 From: borg323 <4010067-borg323@users.noreply.gitlab.com> Date: Tue, 9 Jul 2019 17:41:17 +0300 Subject: [PATCH] remove stale comment --- src/common/frotz.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/common/frotz.h b/src/common/frotz.h index 9f4513f..bef4e1b 100644 --- a/src/common/frotz.h +++ b/src/common/frotz.h @@ -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 -- 2.34.1