Cue Sheet: Remove unused variable

Forgot to clean this up.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2025-06-11 00:24:29 -07:00
parent 20ac1adbba
commit 31640b45d8

View file

@ -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]];