diff options
Diffstat (limited to 'src/libs/engine/GraphObjectImpl.cpp')
-rw-r--r-- | src/libs/engine/GraphObjectImpl.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
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<GraphObject> GraphObjectImpl::find_child(const string& name) const { |