2007-07-27 13:30-EDT Gregory John Casamento <greg_casamento@yahoo.com>

* Gorm.m: Remove commented code.
        * Palettes/0Menus/GormNSMenu.m: Added private category to prevent
        compilation warning.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25361 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2007-07-27 17:31:51 +00:00
parent 4bfb8f8101
commit 1e0950854b
3 changed files with 10 additions and 7 deletions

View file

@ -1,3 +1,9 @@
2007-07-27 13:30-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: Remove commented code.
* Palettes/0Menus/GormNSMenu.m: Added private category to prevent
compilation warning.
2007-07-26 10:25-EDT Gregory John Casamento <greg_casamento@yahoo.com> 2007-07-26 10:25-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/0Menus/GormNSMenuView.m: Remove commented out code. * Palettes/0Menus/GormNSMenuView.m: Remove commented out code.

7
Gorm.m
View file

@ -127,13 +127,6 @@
} }
} }
// force the menu style to be NextStep so that we always edit in
// that style...
// [[NSUserDefaults standardUserDefaults]
// setObject: @"NSNextStepInterfaceStyle"
// forKey: @"NSMenuInterfaceStyle"];
/* /*
* load the interface... * load the interface...
*/ */

View file

@ -81,6 +81,10 @@
} }
@end @end
@interface NSMenu (GormNSMenuPrivate)
- (NSString*) _locationKey;
@end
@implementation GormNSMenu @implementation GormNSMenu
+ (GormNSMenu *) menuWithMenu: (NSMenu *)menu + (GormNSMenu *) menuWithMenu: (NSMenu *)menu
{ {