mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
BACKENDS: Remove unneeded define check
This commit is contained in:
parent
cde3a3d9a0
commit
7f58d62ba1
@ -20,8 +20,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if defined(MACOSX)
|
||||
|
||||
// Disable symbol overrides so that we can use system headers.
|
||||
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
||||
|
||||
@ -110,5 +108,3 @@ void replaceApplicationMenuItems() {
|
||||
[windowMenu release];
|
||||
[menuItem release];
|
||||
}
|
||||
|
||||
#endif // MACOSX
|
||||
|
Loading…
x
Reference in New Issue
Block a user