Add a Lua script snippet processing region data from the editor
[ardour.git] / gtk2_ardour / mixer_group_tabs.h
index 290e5a39588bc453787e9daabc636e480e528a5b..05a0d7e2e55571ec244fe55388f879bd430dc37e 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __gtk_ardour_mixer_group_tabs_h__
+#define __gtk_ardour_mixer_group_tabs_h__
+
 #include "group_tabs.h"
 
 class Mixer_UI;
@@ -35,9 +38,9 @@ private:
                return get_width();
        }
 
-       PBD::PropertyList default_properties () const;
        ARDOUR::RouteList selected_routes () const;
-       void sync_order_keys ();
 
        Mixer_UI* _mixer;
 };
+
+#endif // __gtk_ardour_mixer_group_tabs_h__