X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fspeaker_dialog.h;h=95217003802168da9626e5326f64872fd2787378;hb=e79b2e376f87bb0c3f5f5337fcb4ed9cba28a2c0;hp=eefdd11afaa21d2fcaad0d782e9cd53684dc6715;hpb=ed626628b54e67dd9621c08d82a42afaed00c7ac;p=ardour.git diff --git a/gtk2_ardour/speaker_dialog.h b/gtk2_ardour/speaker_dialog.h index eefdd11afa..9521700380 100644 --- a/gtk2_ardour/speaker_dialog.h +++ b/gtk2_ardour/speaker_dialog.h @@ -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