diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32inevt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c index 0abae10cabe..1b2b6624314 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c | |||
| @@ -501,9 +501,7 @@ w32_console_toggle_lock_key (int vk_code, Lisp_Object new_state) | |||
| 501 | /* Mouse position hook. */ | 501 | /* Mouse position hook. */ |
| 502 | void | 502 | void |
| 503 | w32_console_mouse_position (FRAME_PTR *f, | 503 | w32_console_mouse_position (FRAME_PTR *f, |
| 504 | #ifndef MULE | ||
| 505 | int insist, | 504 | int insist, |
| 506 | #endif | ||
| 507 | Lisp_Object *bar_window, | 505 | Lisp_Object *bar_window, |
| 508 | enum scroll_bar_part *part, | 506 | enum scroll_bar_part *part, |
| 509 | Lisp_Object *x, | 507 | Lisp_Object *x, |
| @@ -512,9 +510,7 @@ w32_console_mouse_position (FRAME_PTR *f, | |||
| 512 | { | 510 | { |
| 513 | BLOCK_INPUT; | 511 | BLOCK_INPUT; |
| 514 | 512 | ||
| 515 | #ifndef MULE | ||
| 516 | insist = insist; | 513 | insist = insist; |
| 517 | #endif | ||
| 518 | 514 | ||
| 519 | *f = get_frame (); | 515 | *f = get_frame (); |
| 520 | *bar_window = Qnil; | 516 | *bar_window = Qnil; |