diff options
Diffstat (limited to 'Mac/Python/macapplication.c')
-rw-r--r-- | Mac/Python/macapplication.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Python/macapplication.c b/Mac/Python/macapplication.c index 5d7bc830eb..0028741882 100644 --- a/Mac/Python/macapplication.c +++ b/Mac/Python/macapplication.c @@ -31,9 +31,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. extern void PyMac_InitApplication(); main() { -#if defined(USE_GUSI) - GUSIDefaultSetup(); -#endif #if defined(__MWERKS__) && defined(__CFM68K__) printf("Hello, world!\n"); #endif |