summaryrefslogtreecommitdiffstats
path: root/src/command_bar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_bar.cc')
-rw-r--r--src/command_bar.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/command_bar.cc b/src/command_bar.cc
index 95c56e8..432f467 100644
--- a/src/command_bar.cc
+++ b/src/command_bar.cc
@@ -34,10 +34,6 @@ namespace Astroid {
sigc::mem_fun (*this, &CommandBar::on_entry_activated)
);
- entry.signal_key_press_event ().connect (
- sigc::mem_fun (this, &CommandBar::entry_key_press)
- );
-
entry.signal_event ().connect ([&] (GdkEvent* event)->bool {
if (event->type == GDK_KEY_PRESS) {
return entry_key_press ((GdkEventKey *) event);