From 0066f3e1d41b322ffd018cb248141445700455e5 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 4 Jul 2004 01:50:09 +0000 Subject: [PATCH] Cleanup garbage. I don't remember why this was required at one point but it no longer is. --- .../arch/LoadingWindow/LoadingWindow_Cocoa.mm | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.mm b/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.mm index 6681f91d02..4bc0108fc1 100644 --- a/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.mm +++ b/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.mm @@ -1,21 +1,4 @@ -/* This is really dumb. I don't know why it is needed all of a sudden */ -#include -#ifndef scalb -#define scalb(x, n) scalbn(x, n) -#endif -#ifndef gamma -# define gamma(x) lgamma(x) -#endif -#ifndef _POSIX_SOURCE -# define _POSIX_SOURCE -# define POSIX_DEFINED -#endif #import -#ifdef POSIX_DEFINED -# undef _POSIX_SOURCE -# undef POSIX_DEFINED -#endif - static NSWindow *window; static NSTextView *text;