silence a warning

This commit is contained in:
Mitchell Livingston
2011-02-20 15:05:01 +00:00
parent c1ac1d629f
commit 9d805527e3
3 changed files with 2 additions and 7 deletions

View File

@@ -499,11 +499,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
[fWindow makeKeyAndOrderFront: nil];
#warning still needed?
//can't be done earlier
/*if (![fFilterBar isHidden])
[self resizeFilterBar];*/
if ([fDefaults boolForKey: @"InfoVisible"])
[self showInfo: nil];
}