]> git.saurik.com Git - cydia.git/commitdiff
Remove global Home_ variable helper.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 24 Feb 2011 11:07:22 +0000 (03:07 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:14 +0000 (02:41 -0800)
MobileCydia.mm

index 5c3cf2c620098056aa46986dd8d419e932b00dba..fc85695affda43aa17c86b78e15e3d2bb325f255 100644 (file)
@@ -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);