From 4d365d08c1f654289f3df5a3b2ef6079b1dcea28 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 29 Oct 2011 20:07:00 +0000 Subject: Use general VisibilityGroup class to manage visibility of bits of the status bar. git-svn-id: svn://localhost/ardour2/branches/3.0@10340 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/enums.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gtk2_ardour/enums.h') diff --git a/gtk2_ardour/enums.h b/gtk2_ardour/enums.h index e0e94c57d1..92b2923894 100644 --- a/gtk2_ardour/enums.h +++ b/gtk2_ardour/enums.h @@ -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__ */ -- cgit v1.2.3