diff options
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 23a5f4a..c46cc2c 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -57,9 +57,6 @@ public: protected: bool on_event(GdkEvent* ev); - void add_port(Ganv::Port* port); - void remove_port(Ganv::Port* port); - Patchage* _app; Gtk::Menu* _menu; std::string _name; |