From e9d9569271ee962c09ab66c6babed1ca5655a6c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 12 Mar 2012 02:28:21 +0000 Subject: Unify event response mechanism and make it more appropriate for wire transmission. The downside being more cryptic error messages until the client side error reporting stuff gets more fancy, but the important part is that belongs client side. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4053 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/events/DisconnectAll.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/server/events/DisconnectAll.hpp') diff --git a/src/server/events/DisconnectAll.hpp b/src/server/events/DisconnectAll.hpp index d3f84e96..e3cd2490 100644 --- a/src/server/events/DisconnectAll.hpp +++ b/src/server/events/DisconnectAll.hpp @@ -62,13 +62,6 @@ public: void post_process(); private: - enum ErrorType { - NO_ERROR, - INVALID_PARENT_PATH, - PARENT_NOT_FOUND, - OBJECT_NOT_FOUND, - }; - Raul::Path _parent_path; Raul::Path _path; PatchImpl* _parent; -- cgit v1.2.1