slimming diet for the narrow-mixer strip
[ardour.git] / gtk2_ardour / enums.h
index e0e94c57d1cad0437929a16afeb1fe7f2817abad..680421e271f593b15ebb21545fd5dad80f3e88da 100644 (file)
@@ -35,7 +35,8 @@ namespace Gnome {
 
 enum LayerDisplay {
        Overlaid,
-       Stacked
+       Stacked,
+       Expanded
 };
 
 struct SelectionRect {
@@ -53,15 +54,6 @@ enum Height {
        HeightSmall
 };
 
-enum StatusBarComponent {
-       StatusWallClock = 0x1,
-       StatusDiskSpace = 0x2,
-       StatusCPULoad = 0x4,
-       StatusBufferLoad = 0x8,
-       StatusSampleRate = 0x10,
-       StatusFormat = 0x20
-};
-
 extern void setup_gtk_ardour_enums ();
 
 #endif /* __ardour_gtk_enums_h__ */