summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rotor.h')
-rwxr-xr-xrotord/src/rotor.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index 1f345d1..e1d4c9e 100755
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -21,17 +21,6 @@
#include "libavwrapper.h"
namespace Rotor {
- #define IDLE 0
- #define ANALYSING_AUDIO 1
- #define AUDIO_READY 2
- #define CREATING_PREVIEW 3
- #define PREVIEW_READY 4
- #define RENDERING 5
- #define RENDER_READY 6
-
- #define ANALYSE_AUDIO 1
- #define PREVIEW 2
- #define RENDER 3
//forward declarations
class Node;
class Signal_node;