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) /* Mouse position hook. */ void w32_console_mouse_position (FRAME_PTR *f, -#ifndef MULE int insist, -#endif Lisp_Object *bar_window, enum scroll_bar_part *part, Lisp_Object *x, @@ -512,9 +510,7 @@ w32_console_mouse_position (FRAME_PTR *f, { BLOCK_INPUT; -#ifndef MULE insist = insist; -#endif *f = get_frame (); *bar_window = Qnil; |