From: Grant Paul Date: Fri, 3 Dec 2010 04:57:01 +0000 (-0800) Subject: Removed unused/obsolete global variables. X-Git-Tag: v1.1.0%b1~431 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/e5b743ed6e59f5a7db0c4847bc0dac973f93d1fe Removed unused/obsolete global variables. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 498a1754..dd77a84c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -1011,9 +1011,6 @@ class CYColor { /* Random Global Variables {{{ */ static const int PulseInterval_ = 50000; -static const int ButtonBarWidth_ = 60; -static const int ButtonBarHeight_ = 48; -static const float KeyboardTime_ = 0.3f; static int Finish_; static NSArray *Finishes_;