summaryrefslogtreecommitdiffstats
path: root/src/engine/EventSource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/EventSource.hpp')
-rw-r--r--src/engine/EventSource.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/EventSource.hpp b/src/engine/EventSource.hpp
index 6d03d544..0e589bdc 100644
--- a/src/engine/EventSource.hpp
+++ b/src/engine/EventSource.hpp
@@ -49,9 +49,6 @@ public:
virtual void deactivate() = 0;
virtual void process(PostProcessor& dest, ProcessContext& context) = 0;
-
-protected:
- size_t _capacity;
};