kevinzhow

Remove CAShapeLayer * chartLine from PNChart.h

@@ -44,8 +44,6 @@ typedef enum { @@ -44,8 +44,6 @@ typedef enum {
44 44
45 @property (strong, nonatomic) NSArray * yValues; 45 @property (strong, nonatomic) NSArray * yValues;
46 46
47 -@property (nonatomic,strong) CAShapeLayer * chartLine;  
48 -  
49 @property (strong, nonatomic) PNLineChart * lineChart; 47 @property (strong, nonatomic) PNLineChart * lineChart;
50 48
51 @property (strong, nonatomic) PNBarChart * barChart; 49 @property (strong, nonatomic) PNBarChart * barChart;