diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-01 18:17:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-01 18:17:09 +0200 |
commit | 36d1aac9bd12392c224a704745d8fc898fa8cb45 (patch) | |
tree | 7f01184b4a71a8081642e0fe8eb87e52197167c5 /src/gui | |
parent | 972e8bc4a8818fe60bf8adf5dfede32cab7419c1 (diff) | |
download | weechat-36d1aac9bd12392c224a704745d8fc898fa8cb45.zip |
Remove obsolete comment
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui-keyboard.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gui/gui-keyboard.c b/src/gui/gui-keyboard.c index 8a8ae48f1..7105c52c3 100644 --- a/src/gui/gui-keyboard.c +++ b/src/gui/gui-keyboard.c @@ -551,16 +551,6 @@ gui_keyboard_pressed (const char *key_str) } } - if (gui_current_window->buffer->text_search == GUI_TEXT_SEARCH_DISABLED) - { - /* TODO: execute keyboard hooks */ - /*(void) plugin_keyboard_handler_exec ( - (ptr_key->command) ? - ptr_key->command : gui_keyboard_function_search_by_ptr (ptr_key->function), - buffer_before_key, - gui_current_window->buffer->input_buffer);*/ - } - if (buffer_before_key) free (buffer_before_key); } |