diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/NodeMenu.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/NodeMenu.hpp b/src/gui/NodeMenu.hpp index bc885cb5..29abc603 100644 --- a/src/gui/NodeMenu.hpp +++ b/src/gui/NodeMenu.hpp @@ -39,9 +39,6 @@ class NodeMenu : public ObjectMenu public: NodeMenu(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& xml); - virtual void program_add(int bank, int program, const std::string& name) {} - virtual void program_remove(int bank, int program) {} - void init(SharedPtr<NodeModel> node); bool has_control_inputs(); |