get rid of the Debug warning (it's not as relevant as it was back in the olden days)

This commit is contained in:
Mitchell Livingston
2007-11-18 02:33:17 +00:00
parent 355f96e660
commit db4954cc68
6 changed files with 2 additions and 38 deletions

View File

@@ -37,9 +37,6 @@
NSTimer * fTimer;
NSImage * fErrorImage, * fInfoImage, * fDebugImage;
IBOutlet NSTextField * fDebugWarningField;
IBOutlet NSImageView * fDebugWarningIcon;
}
- (void) updateLog: (NSTimer *) timer;