summaryrefslogtreecommitdiffstats
path: root/src/server/events/CreatePatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/CreatePatch.hpp')
-rw-r--r--src/server/events/CreatePatch.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/events/CreatePatch.hpp b/src/server/events/CreatePatch.hpp
index 4addd524..66a81c20 100644
--- a/src/server/events/CreatePatch.hpp
+++ b/src/server/events/CreatePatch.hpp
@@ -49,8 +49,6 @@ public:
void post_process();
private:
- enum ErrorType { NO_ERROR, OBJECT_EXISTS, PARENT_NOT_FOUND, INVALID_POLY };
-
const Raul::Path _path;
PatchImpl* _patch;
PatchImpl* _parent;