mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-31 05:51:47 +00:00
clean up unused code
This commit is contained in:
@@ -12,18 +12,6 @@
|
||||
|
||||
@implementation RNSVGText
|
||||
|
||||
//static void RNSVGFreeTextFrame(RNSVGTextFrame frame)
|
||||
//{
|
||||
// if (frame.count) {
|
||||
// // We must release each line before freeing up this struct
|
||||
// for (int i = 0; i < frame.count; i++) {
|
||||
// CFRelease(frame.lines[i]);
|
||||
// }
|
||||
// free(frame.lines);
|
||||
// free(frame.widths);
|
||||
// }
|
||||
//}
|
||||
|
||||
- (void)setAlignment:(CTTextAlignment)alignment
|
||||
{
|
||||
[self invalidate];
|
||||
|
||||
Reference in New Issue
Block a user