Cue Sheet: Remove unused variable
Forgot to clean this up. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
20ac1adbba
commit
31640b45d8
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)parseFile:(NSString *)filename {
|
- (void)parseFile:(NSString *)filename {
|
||||||
NSStringEncoding encoding;
|
|
||||||
NSError *error = nil;
|
NSError *error = nil;
|
||||||
id sandboxBrokerClass = NSClassFromString(@"SandboxBroker");
|
id sandboxBrokerClass = NSClassFromString(@"SandboxBroker");
|
||||||
const void *sbHandle = [[sandboxBrokerClass sharedSandboxBroker] beginFolderAccess:[NSURL fileURLWithPath:filename]];
|
const void *sbHandle = [[sandboxBrokerClass sharedSandboxBroker] beginFolderAccess:[NSURL fileURLWithPath:filename]];
|
||||||
|
|
Loading…
Reference in a new issue