From 76500fc464ffa1cdeec0d90c466783fe1b3ac07d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 May 2009 16:21:37 +0000 Subject: Remove old/unused DSSI program API. If/when LV2 gets programs this should be implemented through the generic property based interface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2001 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeMenu.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui/NodeMenu.hpp') 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& xml); - virtual void program_add(int bank, int program, const std::string& name) {} - virtual void program_remove(int bank, int program) {} - void init(SharedPtr node); bool has_control_inputs(); -- cgit v1.2.1