From e5b743ed6e59f5a7db0c4847bc0dac973f93d1fe Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Thu, 2 Dec 2010 20:57:01 -0800 Subject: Removed unused/obsolete global variables. --- MobileCydia.mm | 3 --- 1 file changed, 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_; -- cgit v1.2.3