diff options
Diffstat (limited to 'src/libs/engine/GraphObject.cpp')
-rw-r--r-- | src/libs/engine/GraphObject.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/GraphObject.cpp b/src/libs/engine/GraphObject.cpp index 48a513bc..5f44ad2d 100644 --- a/src/libs/engine/GraphObject.cpp +++ b/src/libs/engine/GraphObject.cpp @@ -30,7 +30,7 @@ GraphObject::parent_patch() const // FIXME: these functions are stupid/ugly - +#if 0 void GraphObject::add_to_store(ObjectStore* store) { @@ -55,6 +55,6 @@ GraphObject::remove_from_store() _store = NULL; } - +#endif } // namespace Ingen |