do not reset session for MonitorSection just because monitor out was removed
[ardour.git] / gtk2_ardour / speaker_dialog.h
index eefdd11afaa21d2fcaad0d782e9cd53684dc6715..95217003802168da9626e5326f64872fd2787378 100644 (file)
@@ -28,9 +28,9 @@
 
 #include "ardour/speakers.h"
 
-#include "ardour_dialog.h"
+#include "ardour_window.h"
 
-class SpeakerDialog  : public ArdourDialog
+class SpeakerDialog  : public ArdourWindow
 {
 public:
        SpeakerDialog ();
@@ -48,7 +48,6 @@ private:
        Gtk::SpinButton  azimuth_spinner;
        Gtk::Button      add_speaker_button;
        Gtk::Button      remove_speaker_button;
-       int32_t          selected_speaker;
        int              width;         ///< width of the circle
        int              height;        ///< height of the circle
        int              x_origin;      ///< x origin of our stuff within the drawing area