summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-28 17:14:52 +0000
committerDavid Robillard <d@drobilla.net>2012-04-28 17:14:52 +0000
commit6d16e5689c3249c18fea9c7e2454e2d527afdb09 (patch)
treed841e6d7fc5d3ef1186929dca04c2cecd885288c /ingen
parentcada02b9cd95659bfca7beb7284ebe8e2202ce5f (diff)
downloadingen-6d16e5689c3249c18fea9c7e2454e2d527afdb09.tar.gz
ingen-6d16e5689c3249c18fea9c7e2454e2d527afdb09.tar.bz2
ingen-6d16e5689c3249c18fea9c7e2454e2d527afdb09.zip
Remove unused method prototypes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4305 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r--ingen/client/NodeModel.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ingen/client/NodeModel.hpp b/ingen/client/NodeModel.hpp
index 310fbcc1..0184eacc 100644
--- a/ingen/client/NodeModel.hpp
+++ b/ingen/client/NodeModel.hpp
@@ -92,8 +92,6 @@ protected:
void add_port(SharedPtr<PortModel> pm);
void remove_port(SharedPtr<PortModel> pm);
void remove_port(const Raul::Path& port_path);
- void add_program(int bank, int program, const std::string& name);
- void remove_program(int bank, int program);
void set(SharedPtr<ObjectModel> model);
virtual void clear();