summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/PatchageModule.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index cb7fb60..fc314c1 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -52,8 +52,6 @@ public:
}
items.push_back(Gtk::Menu_Helpers::MenuElem("Disconnect All",
sigc::mem_fun(this, &PatchageModule::menu_disconnect_all)));
-
- //signal_clicked.connect(sigc::mem_fun(this, &PatchageModule::on_click));
}
virtual ~PatchageModule() { delete _menu; }