diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-03 20:13:29 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-03 20:13:29 +0200 |
commit | 8137c2cf9af986d1da1ed2c2e767668236f9cb6e (patch) | |
tree | 29974a8a0354ab9e1ba1de1d534432345d8e9380 /src/gui/gtk/gui-gtk.h | |
parent | 24606993437b7ec71d42fb038024077245f1b95f (diff) | |
download | weechat-8137c2cf9af986d1da1ed2c2e767668236f9cb6e.zip |
core: fix crash with "/input grab_mouse"
Diffstat (limited to 'src/gui/gtk/gui-gtk.h')
-rw-r--r-- | src/gui/gtk/gui-gtk.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |