Skip to content

Commit 0918882

Browse files
committed
Removed unused swizzling.
1 parent bcbc575 commit 0918882

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

XcodeBoost/DVTLayoutManager+XcodeBoost.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ + (void)load
2020
{
2121
[self jr_swizzleMethod:@selector(drawBackgroundForGlyphRange:atPoint:)
2222
withMethod:@selector(xb_drawBackgroundForGlyphRange:atPoint:) error:nil];
23-
24-
[self jr_swizzleMethod:@selector(drawGlyphsForGlyphRange:atPoint:)
25-
withMethod:@selector(xb_drawGlyphsForGlyphRange:atPoint:) error:nil];
2623
});
2724
}
2825

0 commit comments

Comments
 (0)