From 613e1ccbe306c5023f6bfd16f2b4afe46a790321 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 16 May 2026 16:58:32 +0530 Subject: [PATCH] ... --- glfw/cocoa_window.m | 1 - 1 file changed, 1 deletion(-) diff --git a/glfw/cocoa_window.m b/glfw/cocoa_window.m index 2a9b805fe..42495081c 100644 --- a/glfw/cocoa_window.m +++ b/glfw/cocoa_window.m @@ -1671,7 +1671,6 @@ create_uri_list(_GLFWDropData *d, NSArray *urls) { NSMutableArray *items = [NSMutableArray array]; NSCharacterSet *allowedChars = [NSCharacterSet URLQueryAllowedCharacterSet]; for (NSURL *url in urls) { - NSCharacterSet *allowedChars = c1; if ([url isFileURL]) url = [url filePathURL]; NSString *absoluteString = url.absoluteString; NSString *q = [absoluteString stringByAddingPercentEncodingWithAllowedCharacters:allowedChars];