diff options
Diffstat (limited to 'src/libs/engine/GraphObject.h')
-rw-r--r-- | src/libs/engine/GraphObject.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/engine/GraphObject.h b/src/libs/engine/GraphObject.h index 82cef94f..8fe2a0a6 100644 --- a/src/libs/engine/GraphObject.h +++ b/src/libs/engine/GraphObject.h @@ -103,10 +103,6 @@ protected: string _name; private: - // Prevent copies (undefined) - GraphObject(const GraphObject&); - GraphObject& operator=(const GraphObject& copy); - MetadataMap _metadata; }; |