mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 00:20:48 +00:00
Remove uneeded method declaration.
This commit is contained in:
parent
8395509199
commit
0e54694019
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue