Stops warnings about nested comments. Eventually the commented
away declarations should be either implemented or dropped, but let's
keep them in limbo for now.
/*** Functions specific to the Unix port of Frotz ***/
bool unix_init_pictures(void); /* ux_pic.c */
-/* void unix_init_scrollback(void); /* ux_screen.c */
-/* void unix_save_screen(int); /* ux_screen.c */
-/* void unix_do_scrollback(void); /* ux_screen.c */
+// void unix_init_scrollback(void); /* ux_screen.c */
+// void unix_save_screen(int); /* ux_screen.c */
+// void unix_do_scrollback(void); /* ux_screen.c */
void unix_resize_display(void); /* ux_screen.c */
void unix_get_terminal_size(void); /* ux_init.c */