From 463e1131daa9e64118645b820e65bf74fb135a46 Mon Sep 17 00:00:00 2001 From: Rubidium Date: Wed, 7 Jan 2026 20:17:14 +0100 Subject: [PATCH] Cleanup: remove unneeded define --- src/os/macosx/macos.mm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/os/macosx/macos.mm b/src/os/macosx/macos.mm index 1ff36329fa..9aaa2de340 100644 --- a/src/os/macosx/macos.mm +++ b/src/os/macosx/macos.mm @@ -21,10 +21,6 @@ #undef Rect #undef Point -#ifndef __clang__ -#define __bridge -#endif - /* * This file contains objective C * Apple uses objective C instead of plain C to interact with OS specific/native functions