diff options
Diffstat (limited to 'src/msdos.h')
| -rw-r--r-- | src/msdos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/msdos.h b/src/msdos.h index 0d15df7a331..90ceea8e3d2 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -95,7 +95,6 @@ typedef struct tty_display_info Display_Info; | |||
| 95 | extern struct tty_display_info the_only_display_info; | 95 | extern struct tty_display_info the_only_display_info; |
| 96 | extern struct tty_output the_only_tty_output; | 96 | extern struct tty_output the_only_tty_output; |
| 97 | 97 | ||
| 98 | #define FRAME_X_DISPLAY(f) ((Display *) 0) | ||
| 99 | #define FRAME_FONT(f) ((f)->output_data.tty->font) | 98 | #define FRAME_FONT(f) ((f)->output_data.tty->font) |
| 100 | #define FRAME_DISPLAY_INFO(f) (&the_only_display_info) | 99 | #define FRAME_DISPLAY_INFO(f) (&the_only_display_info) |
| 101 | 100 | ||