diff --git a/ChangeLog b/ChangeLog index 8a96cdb9..84f0a78b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-07-27 13:30-EDT Gregory John Casamento + + * 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 * Palettes/0Menus/GormNSMenuView.m: Remove commented out code. diff --git a/Gorm.m b/Gorm.m index 821d1a3e..f8f1f85a 100644 --- a/Gorm.m +++ b/Gorm.m @@ -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... */ diff --git a/Palettes/0Menus/GormNSMenu.m b/Palettes/0Menus/GormNSMenu.m index 1e38cebe..c77661a0 100644 --- a/Palettes/0Menus/GormNSMenu.m +++ b/Palettes/0Menus/GormNSMenu.m @@ -81,6 +81,10 @@ } @end +@interface NSMenu (GormNSMenuPrivate) +- (NSString*) _locationKey; +@end + @implementation GormNSMenu + (GormNSMenu *) menuWithMenu: (NSMenu *)menu {