Skip to content

Commit

Permalink
BACKENDS: Remove unneeded define check
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Jul 13, 2011
1 parent cde3a3d commit 7f58d62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backends/platform/sdl/macosx/appmenu_osx.mm
Expand Up @@ -20,8 +20,6 @@
*
*/

#if defined(MACOSX)

// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL

Expand Down Expand Up @@ -110,5 +108,3 @@ void replaceApplicationMenuItems() {
[windowMenu release];
[menuItem release];
}

#endif // MACOSX

0 comments on commit 7f58d62

Please sign in to comment.