summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/QueuedEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/QueuedEvent.h')
-rw-r--r--src/libs/engine/QueuedEvent.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/engine/QueuedEvent.h b/src/libs/engine/QueuedEvent.h
index bd79821b..c400da8c 100644
--- a/src/libs/engine/QueuedEvent.h
+++ b/src/libs/engine/QueuedEvent.h
@@ -69,10 +69,6 @@ public:
bool is_prepared() { return _pre_processed; }
protected:
- // Prevent copies
- QueuedEvent(const QueuedEvent& copy);
- QueuedEvent& operator=(const QueuedEvent&);
-
QueuedEvent(Engine& engine,
SharedPtr<Responder> responder,
FrameTime time,