Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -463,9 +463,9 @@ | @@ -463,9 +463,9 @@ | ||
| 463 | [pointPath closePath]; | 463 | [pointPath closePath]; |
| 464 | 464 | ||
| 465 | // text display text | 465 | // text display text |
| 466 | - CATextLayer* textLayer = [self createTextLayer]; | 466 | +// CATextLayer* textLayer = [self createTextLayer]; |
| 467 | - [self setGradeFrame:textLayer grade:yValue pointCenter:squareCenter width:inflexionWidth]; | 467 | +// [self setGradeFrame:textLayer grade:yValue pointCenter:squareCenter width:inflexionWidth]; |
| 468 | - [gradePathArray addObject:textLayer]; | 468 | +// [gradePathArray addObject:textLayer]; |
| 469 | 469 | ||
| 470 | if ( i != 0 ) { | 470 | if ( i != 0 ) { |
| 471 | 471 |
-
Please register or login to post a comment