diff options
Diffstat (limited to 'src/libs/engine/QueuedEventSource.h')
-rw-r--r-- | src/libs/engine/QueuedEventSource.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/engine/QueuedEventSource.h b/src/libs/engine/QueuedEventSource.h index efceaa26..db003a92 100644 --- a/src/libs/engine/QueuedEventSource.h +++ b/src/libs/engine/QueuedEventSource.h @@ -67,10 +67,6 @@ protected: virtual void _whipped(); ///< Prepare 1 event private: - // Prevent copies (undefined) - QueuedEventSource(const QueuedEventSource&); - QueuedEventSource& operator=(const QueuedEventSource&); - // Note that it's crucially important which functions access which of these // variables, to maintain threadsafeness. |