don't add a [shared] panner for the sends to monitoing section
[ardour.git] / libs / ardour / ardour / export_status.h
index 164b348c373ce70f2162f2954acd7b7569b4d2f9..31027269f8ca376e9ccb9a886469f35ae7488b3a 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef __ardour_export_status_h__
 #define __ardour_export_status_h__
 
-#include <list>
 #include <stdint.h>
 
 #include "ardour/types.h"
@@ -41,7 +40,6 @@ class ExportStatus {
        volatile bool           stop;
        volatile bool           running;
 
-       PBD::Signal0<void>      Aborting;
        void abort (bool error_occurred = false);
        bool aborted () const { return _aborted; }
        bool errors () const { return _errors; }
@@ -50,6 +48,8 @@ class ExportStatus {
        void finish ();
        bool finished () const { return _finished; }
 
+        void cleanup ();
+
        /* Progress info */
 
        volatile bool           normalizing;