PBGraphCellInfo: Remove stray data members

This commit is contained in:
Pieter de Bie
2008-10-21 00:21:30 +02:00
parent e054a17a0c
commit 49a708b446
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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
View File
@@ -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;