Skip to content

Commit

Permalink
remove unneeded property
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrue committed Mar 23, 2012
1 parent 8af7926 commit 105c9a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Source/ActionSubmenuItem.h
Expand Up @@ -11,12 +11,10 @@
@interface ActionSubmenuItem : NSObject <NSMenuDelegate> {
NSMutableArray *items;
id target;
id representedObject;
}

@property (readwrite, retain) NSMutableArray *items;
@property (readwrite, assign) id target;
@property (readwrite, assign) id representedObject;

- (void) addObject:(id) object;

Expand Down
1 change: 0 additions & 1 deletion Source/ActionSubmenuItem.m
Expand Up @@ -13,7 +13,6 @@ @implementation ActionSubmenuItem

@synthesize items;
@synthesize target;
@synthesize representedObject;

- (id) init {
self = [super init];
Expand Down

0 comments on commit 105c9a2

Please sign in to comment.