mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Update tab view editor to eliminate warnings
This commit is contained in:
parent
f47491b03a
commit
6029f184b8
1 changed files with 1 additions and 6 deletions
|
@ -23,7 +23,6 @@
|
|||
*/
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
#include <InterfaceBuilder/InterfaceBuilder.h>
|
||||
#include <GormCore/GormCore.h>
|
||||
|
||||
|
@ -72,8 +71,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
- (void) mouseDown: (NSEvent *) theEvent
|
||||
{
|
||||
BOOL onKnob = NO;
|
||||
|
@ -123,7 +120,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
|
||||
|
@ -149,8 +145,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
- (BOOL) tabView: (NSTabView *)tabView
|
||||
shouldSelectTabViewItem: (NSTabViewItem *)tabViewItem
|
||||
{
|
||||
|
@ -171,4 +165,5 @@
|
|||
{
|
||||
// [tabView selectFirstTabViewItem: self];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue