summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/SetPortValue.hpp')
-rw-r--r--src/server/events/SetPortValue.hpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp
index 2ceb37f6..71764568 100644
--- a/src/server/events/SetPortValue.hpp
+++ b/src/server/events/SetPortValue.hpp
@@ -65,13 +65,6 @@ public:
void post_process();
private:
- enum ErrorType {
- NO_ERROR,
- PORT_NOT_FOUND,
- NO_SPACE,
- TYPE_MISMATCH
- };
-
void apply(Context& context);
bool _queued;
@@ -81,8 +74,8 @@ private:
ControlBindings::Key _binding;
};
+} // namespace Events
} // namespace Server
} // namespace Ingen
-} // namespace Events
#endif // INGEN_EVENTS_SETPORTVALUE_HPP