summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-24 03:07:22 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:14 -0800
commit1212fcb67691e745cfce85c465233a6c4f2a81c0 (patch)
treea3f5dd0b8e34d8bd2ae40ca3b52e0c8082d33d7f
parentd13577cfab7807489a69822d33776562428d002f (diff)
Remove global Home_ variable helper.
-rw-r--r--MobileCydia.mm2
1 files changed, 0 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 5c3cf2c..fc85695 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -1028,7 +1028,6 @@ static UIColor *InstallingColor_;
static UIColor *RemovingColor_;
static NSString *App_;
-static NSString *Home_;
static BOOL Advanced_;
static BOOL Ignored_;
@@ -9945,7 +9944,6 @@ int main(int argc, char *argv[]) { _pooled
/* }}} */
App_ = [[NSBundle mainBundle] bundlePath];
- Home_ = NSHomeDirectory();
Advanced_ = YES;
setuid(0);