1.1 --- a/include/SDL_main.h Thu Aug 10 14:35:42 2006 +0000
1.2 +++ b/include/SDL_main.h Thu Aug 10 14:54:23 2006 +0000
1.3 @@ -29,7 +29,6 @@
1.4
1.5 #if defined(__WIN32__) || \
1.6 (defined(__MWERKS__) && !defined(__BEOS__)) || \
1.7 - defined(__MACOS__) || \
1.8 defined(__SYMBIAN32__) || defined(QWS)
1.9
1.10 #ifdef __cplusplus
1.11 @@ -76,30 +75,6 @@
1.12 #include "close_code.h"
1.13 #endif
1.14
1.15 -/* From the SDL library code -- needed for registering QuickDraw on MacOS */
1.16 -#if defined(__MACOS__)
1.17 -
1.18 -#include "begin_code.h"
1.19 -#ifdef __cplusplus
1.20 -/* *INDENT-OFF* */
1.21 -extern "C" {
1.22 -/* *INDENT-ON* */
1.23 -#endif
1.24 -
1.25 -/* Forward declaration so we don't need to include QuickDraw.h */
1.26 -struct QDGlobals;
1.27 -
1.28 -/* This should be called from your main() function, if any */
1.29 -extern DECLSPEC void SDLCALL SDL_InitQuickDraw(struct QDGlobals *the_qd);
1.30 -
1.31 -#ifdef __cplusplus
1.32 -/* *INDENT-OFF* */
1.33 -}
1.34 -/* *INDENT-ON* */
1.35 -#endif
1.36 -#include "close_code.h"
1.37 -#endif
1.38 -
1.39 #endif /* Need to redefine main()? */
1.40
1.41 #endif /* _SDL_main_h */