From: Jay Freeman (saurik) Date: Thu, 24 Feb 2011 11:07:22 +0000 (-0800) Subject: Remove global Home_ variable helper. X-Git-Tag: v1.1.0%b1~215 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/1212fcb67691e745cfce85c465233a6c4f2a81c0 Remove global Home_ variable helper. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 5c3cf2c6..fc85695a 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);