summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchPortModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/PatchPortModule.hpp')
-rw-r--r--src/libs/gui/PatchPortModule.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/gui/PatchPortModule.hpp b/src/libs/gui/PatchPortModule.hpp
index ceac4954..7a420a44 100644
--- a/src/libs/gui/PatchPortModule.hpp
+++ b/src/libs/gui/PatchPortModule.hpp
@@ -56,16 +56,11 @@ public:
virtual void store_location();
- //void on_right_click(GdkEventButton* event) { _port->show_menu(event); }
-
SharedPtr<PortModel> port() const { return _port; }
protected:
PatchPortModule(boost::shared_ptr<PatchCanvas> canvas, SharedPtr<PortModel> port);
- //virtual void on_double_click(GdkEventButton* ev) { show_control_window(); }
- //virtual void on_middle_click(GdkEventButton* ev) { show_control_window(); }
-
void metadata_update(const string& key, const Raul::Atom& value);
SharedPtr<PortModel> _port;