OSC:: needs the .h file too...
[ardour.git] / gtk2_ardour / audio_region_editor.h
index 3fdecc18379e71cd8ed5d8fdc6cd7dd6e799531f..083a39dfbc736edf973e202febafdbb638790f07 100644 (file)
 
 
 #include "pbd/signals.h"
-#ifdef PLATFORM_WINDOWS
-#include "pbd/glib_semaphore.h"
-#else
 #include "pbd/crossthread.h"
-#endif
 
 #include "audio_clock.h"
 #include "ardour_dialog.h"
@@ -78,16 +74,11 @@ class AudioRegionEditor : public RegionEditor
        Gtk::Entry _peak_amplitude;
 
        void signal_peak_thread ();
-       void wait_for_signal ();
        pthread_t _peak_amplitude_thread_handle;
        void peak_amplitude_found (double);
        PBD::Signal1<void, double> PeakAmplitudeFound;
        PBD::ScopedConnection _peak_amplitude_connection;
-#ifdef PLATFORM_WINDOWS
-       PBD::GlibSemaphore m_peak_sem;
-#else
        CrossThreadChannel _peak_channel;
-#endif
 };
 
 #endif /* __gtk_ardour_audio_region_edit_h__ */