From 31640b45d884541cefac5d1afdc35e685b239c55 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Wed, 11 Jun 2025 00:24:29 -0700 Subject: [PATCH] Cue Sheet: Remove unused variable Forgot to clean this up. Signed-off-by: Christopher Snowhill --- Plugins/CueSheet/CueSheet.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/CueSheet/CueSheet.m b/Plugins/CueSheet/CueSheet.m index b5df8fcb2..6052abd7e 100644 --- a/Plugins/CueSheet/CueSheet.m +++ b/Plugins/CueSheet/CueSheet.m @@ -63,7 +63,6 @@ } - (void)parseFile:(NSString *)filename { - NSStringEncoding encoding; NSError *error = nil; id sandboxBrokerClass = NSClassFromString(@"SandboxBroker"); const void *sbHandle = [[sandboxBrokerClass sharedSandboxBroker] beginFolderAccess:[NSURL fileURLWithPath:filename]];