summaryrefslogtreecommitdiffstats
path: root/src/server/events/Disconnect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/Disconnect.hpp')
-rw-r--r--src/server/events/Disconnect.hpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/server/events/Disconnect.hpp b/src/server/events/Disconnect.hpp
index 1f846806..bcd8f1bc 100644
--- a/src/server/events/Disconnect.hpp
+++ b/src/server/events/Disconnect.hpp
@@ -79,13 +79,9 @@ public:
private:
const Raul::Path _tail_path;
const Raul::Path _head_path;
-
- PatchImpl* _patch;
- PortImpl* _tail;
- PortImpl* _head;
-
- Impl* _impl;
- CompiledPatch* _compiled_patch;
+ PatchImpl* _patch;
+ Impl* _impl;
+ CompiledPatch* _compiled_patch;
};
} // namespace Events