mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:20:48 +00:00
Get rid of unused 'err' variable.
This commit is contained in:
parent
da3ad926f9
commit
9c9e520b6c
2 changed files with 5 additions and 2 deletions
|
@ -42,7 +42,11 @@ extern "C" {
|
|||
@class NSUndoManager;
|
||||
|
||||
@interface NSPersistentDocument : NSDocument
|
||||
|
||||
{
|
||||
NSManagedObjectContext *_managedObjectContext;
|
||||
NSManagedObjectModel *_managedObjectModel;
|
||||
}
|
||||
|
||||
- (NSManagedObjectContext *) managedObjectContext;
|
||||
- (NSManagedObjectModel *) managedObjectModel;
|
||||
|
||||
|
|
|
@ -955,7 +955,6 @@ TypeInfoForHumanReadableName (NSArray *types, NSString *typeName)
|
|||
|
||||
- (IBAction) openDocument: (id)sender
|
||||
{
|
||||
NSError *err = nil;
|
||||
NSEnumerator *urlEnum;
|
||||
NSURL *url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue