X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Frecordthread.h;fp=cinelerra-5.0%2Fcinelerra%2Frecordthread.h;h=0000000000000000000000000000000000000000;hb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;hp=5a7b9c9cd382d1a299f0a87540788e22a12aaec3;hpb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/recordthread.h b/cinelerra-5.0/cinelerra/recordthread.h deleted file mode 100644 index 5a7b9c9c..00000000 --- a/cinelerra-5.0/cinelerra/recordthread.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef __RECORDTHREAD_H__ -#define __RECORDTHREAD_H__ - -#include "batch.inc" -#include "condition.inc" -#include "mwindow.inc" -#include "record.inc" - -class RecordThread : public Thread -{ -public: - RecordThread(MWindow *mwindow, Record *record); - ~RecordThread(); - int cron(Batch *batch); - void run(); - - MWindow *mwindow; - Record *record; - Condition *batch_timed_lock; - - int done; - int cron_active; -}; - -#endif