summaryrefslogtreecommitdiff
path: root/rotord/rotord.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/rotord.h')
-rwxr-xr-xrotord/rotord.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/rotord/rotord.h b/rotord/rotord.h
index 819cfb6..2fb7808 100755
--- a/rotord/rotord.h
+++ b/rotord/rotord.h
@@ -69,27 +69,6 @@ using Poco::AutoPtr;
#include "rotor.h"
-/*
-class RotorRequestHandler: public HTTPRequestHandler
-{
- public:
- RotorRequestHandler(const std::string& format);
- void handleRequest(HTTPServerRequest& request,HTTPServerResponse& response);
- private:
-
- std::string _format;
-};
-
-class AudioAnalyserHandler: public HTTPRequestHandler
-{
- public:
- AudioAnalyserHandler(const vampHost::Settings& _settings);
- void handleRequest(HTTPServerRequest& request,HTTPServerResponse& response);
- private:
- vampHost::Settings settings;
-};
-*/
-
class RenderContextHandler: public HTTPRequestHandler
{