mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
PBGraphCellInfo: Remove stray data members
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
NSArray* refs;
|
||||
}
|
||||
@property(readonly) NSArray* lines;
|
||||
@property(retain) NSArray* refs;
|
||||
@property(assign) int position, numColumns;
|
||||
@property(assign) char sign;
|
||||
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
@implementation PBGraphCellInfo
|
||||
@synthesize lines, position, numColumns, refs, sign;
|
||||
@synthesize lines, position, numColumns, sign;
|
||||
- (id)initWithPosition: (int) p andLines: (NSArray*) l
|
||||
{
|
||||
position = p;
|
||||
|
||||
Reference in New Issue
Block a user