1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

Remove obsolete comment

This commit is contained in:
Sebastien Helleu
2010-08-01 18:17:09 +02:00
parent 972e8bc4a8
commit 36d1aac9bd
-10
View File
@@ -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);
}