From 6d16e5689c3249c18fea9c7e2454e2d527afdb09 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Apr 2012 17:14:52 +0000 Subject: Remove unused method prototypes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4305 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/NodeModel.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ingen/client') 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 pm); void remove_port(SharedPtr 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 model); virtual void clear(); -- cgit v1.2.1