diff options
Diffstat (limited to 'src/server/GraphObjectImpl.hpp')
-rw-r--r-- | src/server/GraphObjectImpl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/GraphObjectImpl.hpp b/src/server/GraphObjectImpl.hpp index 4e626692..4f2dcbc2 100644 --- a/src/server/GraphObjectImpl.hpp +++ b/src/server/GraphObjectImpl.hpp @@ -76,8 +76,6 @@ public: const Raul::Path& path() const { return _path; } - SharedPtr<GraphObject> find_child(const std::string& name) const; - /** Prepare for a new (external) polyphony value. * * Preprocessor thread, poly is actually applied by apply_poly. |