From ab2aa4d4922ab1a62b7a43013d09b2d9d144b3c5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Aug 2008 23:34:41 +0000 Subject: Push serialiser down into core ('world'). HTTP access to patches (serialised on demand). git-svn-id: http://svn.drobilla.net/lad/ingen@1393 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/GraphObjectImpl.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/libs/engine/GraphObjectImpl.cpp') diff --git a/src/libs/engine/GraphObjectImpl.cpp b/src/libs/engine/GraphObjectImpl.cpp index 62474bfc..5275261f 100644 --- a/src/libs/engine/GraphObjectImpl.cpp +++ b/src/libs/engine/GraphObjectImpl.cpp @@ -29,20 +29,6 @@ GraphObjectImpl::parent_patch() const } -GraphObjectImpl::const_iterator -GraphObjectImpl::children_begin() const -{ - throw; -} - - -GraphObjectImpl::const_iterator -GraphObjectImpl::children_end() const -{ - throw; -} - - SharedPtr GraphObjectImpl::find_child(const string& name) const { -- cgit v1.2.1