summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Patch.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-26 19:33:51 +0000
committerDavid Robillard <d@drobilla.net>2007-07-26 19:33:51 +0000
commit3f445b19aaf42ae9442a9a7e40f95b4502f06047 (patch)
tree4221e5038072da726e0f50222dbe8011a0b2c88c /src/libs/engine/Patch.hpp
parent057069ef9f2129e9f0d3bce9066d75c621282d17 (diff)
downloadingen-3f445b19aaf42ae9442a9a7e40f95b4502f06047.tar.gz
ingen-3f445b19aaf42ae9442a9a7e40f95b4502f06047.tar.bz2
ingen-3f445b19aaf42ae9442a9a7e40f95b4502f06047.zip
Trim the fat.
git-svn-id: http://svn.drobilla.net/lad/ingen@640 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/Patch.hpp')
-rw-r--r--src/libs/engine/Patch.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libs/engine/Patch.hpp b/src/libs/engine/Patch.hpp
index f016f95d..6671d204 100644
--- a/src/libs/engine/Patch.hpp
+++ b/src/libs/engine/Patch.hpp
@@ -32,10 +32,6 @@ template <typename T> class Array;
namespace Ingen {
class Connection;
-class InternalNode;
-namespace Shared {
- class ClientInterface;
-} using Shared::ClientInterface;
/** A group of nodes in a graph, possibly polyphonic.
@@ -58,11 +54,6 @@ public:
void process(SampleCount nframes, FrameTime start, FrameTime end);
void set_buffer_size(size_t size);
-#if 0
- void add_to_store(ObjectStore* store);
- void remove_from_store();
-#endif
- void set_path(const Path& new_path);
// Patch specific stuff not inherited from Node