diff options
Diffstat (limited to 'src/w32term.h')
| -rw-r--r-- | src/w32term.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/w32term.h b/src/w32term.h index de372d7e5d7..a03b9fd3311 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -420,9 +420,6 @@ extern struct w32_output w32term_display; | |||
| 420 | /* This gives the w32_display_info structure for the display F is on. */ | 420 | /* This gives the w32_display_info structure for the display F is on. */ |
| 421 | #define FRAME_DISPLAY_INFO(f) ((void) (f), (&one_w32_display_info)) | 421 | #define FRAME_DISPLAY_INFO(f) ((void) (f), (&one_w32_display_info)) |
| 422 | 422 | ||
| 423 | /* This is the `Display *' which frame F is on. */ | ||
| 424 | #define FRAME_X_DISPLAY(f) (0) | ||
| 425 | |||
| 426 | #define FRAME_NORMAL_PLACEMENT(F) ((F)->output_data.w32->normal_placement) | 423 | #define FRAME_NORMAL_PLACEMENT(F) ((F)->output_data.w32->normal_placement) |
| 427 | #define FRAME_PREV_FSMODE(F) ((F)->output_data.w32->prev_fsmode) | 424 | #define FRAME_PREV_FSMODE(F) ((F)->output_data.w32->prev_fsmode) |
| 428 | 425 | ||