From 36d1aac9bd12392c224a704745d8fc898fa8cb45 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 1 Aug 2010 18:17:09 +0200 Subject: [PATCH] Remove obsolete comment --- src/gui/gui-keyboard.c | 10 ---------- 1 file changed, 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); }