]> git.saurik.com Git - cydia.git/commitdiff
New Cydia style no longer requires legacy metrics.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 30 Oct 2013 21:03:35 +0000 (14:03 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 30 Oct 2013 21:03:35 +0000 (14:03 -0700)
MobileCydia.mm

index 7a163385f9dd738473f43f9ebf621d752b93ef4a..b341cc901163f0f8dcdaa3388eabb546b38aaa46 100644 (file)
@@ -10866,10 +10866,6 @@ int main(int argc, char *argv[]) {
     RemovingColor_ = [UIColor colorWithRed:1.00f green:0.88f blue:0.88f alpha:1.00f];
     /* }}}*/
     /* UIKit Configuration {{{ */
     RemovingColor_ = [UIColor colorWithRed:1.00f green:0.88f blue:0.88f alpha:1.00f];
     /* }}}*/
     /* UIKit Configuration {{{ */
-    void (*$GSFontSetUseLegacyFontMetrics)(BOOL)(reinterpret_cast<void (*)(BOOL)>(dlsym(RTLD_DEFAULT, "GSFontSetUseLegacyFontMetrics")));
-    if ($GSFontSetUseLegacyFontMetrics != NULL)
-        $GSFontSetUseLegacyFontMetrics(YES);
-
     // XXX: I have a feeling this was important
     //UIKeyboardDisableAutomaticAppearance();
     /* }}} */
     // XXX: I have a feeling this was important
     //UIKeyboardDisableAutomaticAppearance();
     /* }}} */