Merge branch 'windows' into windows+cc
[ardour.git] / gtk2_ardour / session_option_editor.h
index 55d49a1e3a2719370cc71abe1a78fae3bdfbce10..2e7ba192b6dfb4fabc42e4a381ab83c582e1e6e9 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __gtk_ardour_session_option_editor_h__
+#define __gtk_ardour_session_option_editor_h__
+
 #include "option_editor.h"
 
 namespace ARDOUR {
@@ -31,11 +34,13 @@ public:
 
 private:
        void parameter_changed (std::string const &);
-       void populate_sync_options ();
 
        ARDOUR::SessionConfiguration* _session_config;
-       ComboOption<ARDOUR::SyncSource>* _sync_source;
 
        bool set_use_monitor_section (bool);
        bool get_use_monitor_section ();
+
+       ComboOption<float>* _vpu;
 };
+
+#endif /* __gtk_ardour_session_option_editor_h__ */