summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/GraphObject.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/GraphObject.hpp')
-rw-r--r--src/libs/engine/GraphObject.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/GraphObject.hpp b/src/libs/engine/GraphObject.hpp
index d5ffb4b8..ad49bcc5 100644
--- a/src/libs/engine/GraphObject.hpp
+++ b/src/libs/engine/GraphObject.hpp
@@ -85,13 +85,13 @@ public:
const MetadataMap& metadata() const { return _metadata; }
-
+#if 0
/** Patch and Node override this to recursively add their children. */
virtual void add_to_store(ObjectStore* store);
/** Patch and Node override this to recursively remove their children. */
virtual void remove_from_store();
-
+#endif
/** The Patch this object is a child of. */
virtual Patch* parent_patch() const;