Remove panner altogether, if necessary, when setting up PannerUI. Also reset a mixer...
[ardour.git] / gtk2_ardour / enums.h
index e0e94c57d1cad0437929a16afeb1fe7f2817abad..92b2923894ef8c125eca45fd58aee97cbdb9841b 100644 (file)
@@ -53,15 +53,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__ */