Remove unused variable and the accessor methods for it from ARDOUR_UI
[ardour.git] / gtk2_ardour / analysis_window.h
index c4ae7f2252e1f2cebf7e79fcb9c1e38a50b36837..cd1243bb6ac63c0946556f931f6679db77d32123 100644 (file)
@@ -34,7 +34,7 @@
 
 #include <gtkmm2ext/dndtreeview.h>
 
-#include <pbd/lockmonitor.h>
+#include <glibmm/thread.h>
 
 
 #include "ardour_dialog.h"
@@ -53,6 +53,7 @@ class AnalysisWindow : public ArdourDialog
          
          void track_list_row_changed(const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator& iter);
 
+         void analyze ();
 
   private:
          
@@ -105,7 +106,7 @@ class AnalysisWindow : public ArdourDialog
          FFTGraph fft_graph;
 
          bool track_list_ready;
-         PBD::Lock track_list_lock;
+         Glib::Mutex track_list_lock;
 
          friend class FFTGraph;
 };