diff options
Diffstat (limited to 'src/libs/engine/Patch.h')
-rw-r--r-- | src/libs/engine/Patch.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/engine/Patch.h b/src/libs/engine/Patch.h index b6b709c4..e02731ff 100644 --- a/src/libs/engine/Patch.h +++ b/src/libs/engine/Patch.h @@ -98,10 +98,6 @@ public: size_t internal_poly() const { return _internal_poly; } private: - // Prevent copies (undefined) - Patch(const Patch&); - Patch& operator=(const Patch&); - inline void build_process_order_recursive(Node* n, Array<Node*>* order) const; size_t _internal_poly; |