summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/InternalNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/InternalNode.h')
-rw-r--r--src/libs/engine/InternalNode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/engine/InternalNode.h b/src/libs/engine/InternalNode.h
index 9c95aacb..25a453b9 100644
--- a/src/libs/engine/InternalNode.h
+++ b/src/libs/engine/InternalNode.h
@@ -56,10 +56,6 @@ public:
protected:
Plugin* plugin() const { return const_cast<Plugin*>(_plugin); }
- // Disallow copies (undefined)
- InternalNode(const InternalNode&);
- InternalNode& operator=(const InternalNode&);
-
bool _is_added;
};