Update tab view editor to eliminate warnings

This commit is contained in:
Gregory John Casamento 2023-02-10 20:46:47 -05:00
parent f47491b03a
commit 6029f184b8

View file

@ -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