From 8137c2cf9af986d1da1ed2c2e767668236f9cb6e Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 3 Aug 2011 20:13:29 +0200 Subject: core: fix crash with "/input grab_mouse" --- src/gui/gtk/gui-gtk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/gtk/gui-gtk.h') diff --git a/src/gui/gtk/gui-gtk.h b/src/gui/gtk/gui-gtk.h index 69cd4daa3..5265c91fe 100644 --- a/src/gui/gtk/gui-gtk.h +++ b/src/gui/gtk/gui-gtk.h @@ -101,7 +101,6 @@ extern void gui_chat_calculate_line_diff (struct t_gui_window *window, /* key functions */ extern void gui_key_default_bindings (int context); extern void gui_key_read (); -extern void gui_key_flush (); /* window functions */ extern void gui_window_redraw_buffer (struct t_gui_buffer *buffer); -- cgit v1.2.3