Update tab view editor to eliminate warnings

This commit is contained in:
Gregory John Casamento 2023-02-10 20:46:47 -05:00
parent bcda9e2189
commit 24d4438185

View file

@ -23,7 +23,6 @@
*/
#include <AppKit/AppKit.h>
#include <InterfaceBuilder/InterfaceBuilder.h>
#include <GormCore/GormCore.h>
@ -85,8 +84,6 @@
}
}
- (void) mouseDown: (NSEvent *) theEvent
{
BOOL onKnob = NO;
@ -136,7 +133,6 @@
}
}
@end
@ -162,8 +158,6 @@
}
}
- (BOOL) tabView: (NSTabView *)tabView
shouldSelectTabViewItem: (NSTabViewItem *)tabViewItem
{
@ -184,4 +178,5 @@
{
// [tabView selectFirstTabViewItem: self];
}
@end