Cleanup garbage. I don't remember why this was required at one point but it no longer is.

This commit is contained in:
Steve Checkoway
2004-07-04 01:50:09 +00:00
parent e275a793da
commit 0066f3e1d4
@@ -1,21 +1,4 @@
/* This is really dumb. I don't know why it is needed all of a sudden */
#include <cmath>
#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 <Cocoa/Cocoa.h>
#ifdef POSIX_DEFINED
# undef _POSIX_SOURCE
# undef POSIX_DEFINED
#endif
static NSWindow *window;
static NSTextView *text;