From 21c2aba63b1b8a935ea3d2b7df1a86f6daf8b5eb Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 25 Oct 2006 13:36:30 +0000 Subject: [PATCH] remove some redundant warnings --- macosx/PrefsController.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m index 052da7c18..9f0d18737 100644 --- a/macosx/PrefsController.m +++ b/macosx/PrefsController.m @@ -535,7 +535,6 @@ - (void) setQuickLimit: (int) limit type: (NSString *) type { //if interface is loaded, perform change as if user performed it - #warning better way? if (fToolbar) { NSButton * check; @@ -673,7 +672,6 @@ - (void) setQuickRatioEnabled: (BOOL) enable { //if interface is loaded, perform change as if user performed it - #warning better way? if (fToolbar) { int state = enable ? NSOnState : NSOffState; @@ -692,7 +690,6 @@ - (void) setQuickRatio: (float) ratioLimit { //if interface is loaded, perform change as if user performed it - #warning better way? if (fToolbar) { [fRatioField setFloatValue: ratioLimit];