diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-08-16 14:29:23 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-08-16 14:29:23 +0100 |
| commit | 10f50e4a6b8cbe83cf8c9bee238afe93a5958053 (patch) | |
| tree | f0ca9b48ca702878f6c7d2b5492acaace7df5038 /rotord/src/rotor.h | |
| parent | 1af93fbfe4c8cfa214331d2d96327637ffe749bf (diff) | |
finished render log
Diffstat (limited to 'rotord/src/rotor.h')
| -rwxr-xr-x | rotord/src/rotor.h | 11 |
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; |
