Skip to content

Commit f72f543

Browse files
committed
Undo unneeded change in CurvyTextView
1 parent c2470e9 commit f72f543

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ch26/CurvyText/CurvyText/CurvyTextView.m

-2
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,11 @@ - (void)drawText {
236236
[self prepareContext:context forRun:run];
237237

238238
// Fetch the glyphs as a CGGlyph* array
239-
__attribute__((objc_precise_lifetime))
240239
NSMutableData *glyphsData = [self glyphDataForRun:run];
241240
CGGlyph *glyphs = [glyphsData mutableBytes];
242241

243242
// Fetch the advances as a CGSize* array. An advance is the
244243
// distance from one glyph to another.
245-
__attribute__((objc_precise_lifetime))
246244
NSMutableData *advancesData = [self advanceDataForRun:run];
247245
CGSize *advances = [advancesData mutableBytes];
248246

0 commit comments

Comments
 (0)