summaryrefslogtreecommitdiff
path: root/src/core/common/Function.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/common/Function.hpp')
-rw-r--r--src/core/common/Function.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/common/Function.hpp b/src/core/common/Function.hpp
index 0e8af12..adfc9bb 100644
--- a/src/core/common/Function.hpp
+++ b/src/core/common/Function.hpp
@@ -62,11 +62,6 @@ protected:
virtual Variant doCall(Variant::arrayType &args, void *thisRef) const = 0;
public:
- // No copy constructor
- Function(const Function &) = delete;
-
- // No move constructor
- Function(Function &&) = delete;
/**
* Virtual destructor of the Function class.