Remove uneeded method declaration.

This commit is contained in:
Gregory John Casamento 2021-10-03 05:17:00 -04:00
parent 8395509199
commit 0e54694019

View file

@ -42,9 +42,6 @@
// Popover private classes
@interface GSPopoverView : NSView
- (void) setContentView: (NSView *)view;
@end
@implementation GSPopoverView
@ -184,7 +181,7 @@
owner: controller];
if (!loaded)
{
[NSException raise: NSInternalInconsistencyExceptio
[NSException raise: NSInternalInconsistencyException
format: @"Could not load controller %@", controllerClassName];
}
else