remove "Tiger conditionals" from the status bar

This commit is contained in:
Mitchell Livingston
2008-03-28 18:47:43 +00:00
parent 1d7d7eef18
commit 5b5890c8dc
4 changed files with 19 additions and 42 deletions

View File

@@ -272,7 +272,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
else
{
//bottom bar
[fBottomTigerBar setShowOnTiger: YES];
[fBottomTigerBar setHidden: NO];
[fBottomTigerLine setHidden: NO];
@@ -280,7 +279,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
[fSpeedLimitButton setBezelStyle: NSSmallSquareBezelStyle];
//status bar
[fStatusBar setShowOnTiger: YES];
[fStatusButton setHidden: YES];
[fStatusTigerField setHidden: NO];
[fStatusTigerImageView setHidden: NO];