diff options
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r-- | src/gui/Port.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index bbf4e7c7..0781127f 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -61,8 +61,6 @@ public: void set_selected(gboolean b); - //ArtVpathDash* dash(); - private: Port(App& app, Ganv::Module& module, @@ -78,8 +76,6 @@ private: void on_value_changed(GVariant* value); bool on_event(GdkEvent* ev); - //static ArtVpathDash* _dash; - App& _app; WeakPtr<const PortModel> _port_model; bool _pressed : 1; |