summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-10-30 14:03:35 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2013-10-30 14:03:35 -0700
commit1d6f826cb8c3379abfc6ac69cb42d356a8f4b523 (patch)
treea01559882e44c8986ce64cd5a700aa99525e0f7a
parent00067a67a423c15866f1db4c98c84c9096126df4 (diff)
New Cydia style no longer requires legacy metrics.
-rw-r--r--MobileCydia.mm4
1 files changed, 0 insertions, 4 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 7a16338..b341cc9 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -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 {{{ */
- 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();
/* }}} */