diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-12-02 20:57:01 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2010-12-02 20:57:01 -0800 |
commit | e5b743ed6e59f5a7db0c4847bc0dac973f93d1fe (patch) | |
tree | 7da359c4e6ec891c4e9c14c58f299f85c68889e1 | |
parent | 890b01e2afd6a53b76d0eaaaae8be5773314e3db (diff) |
Removed unused/obsolete global variables.
-rw-r--r-- | MobileCydia.mm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 498a175..dd77a84 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_; |