summaryrefslogtreecommitdiff
path: root/rotord/rotord.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-05 18:03:58 +0100
committerTim Redfern <tim@herge.(none)>2013-07-05 18:03:58 +0100
commit4d1989594aa1baed540643b118e7b25a42ea1de1 (patch)
treeae1e5e0b0510a0da05ed7237292af3074577824d /rotord/rotord.h
parent28cb6bdc4ad953433b7fc184181e116ac169987f (diff)
fixed bug that crashes with empty video slot
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
{