diff --git a/stepmania/src/global.h b/stepmania/src/global.h index 722d5e239b..76e1c15a74 100644 --- a/stepmania/src/global.h +++ b/stepmania/src/global.h @@ -1,5 +1,3 @@ -#if !defined(SM_PCH) || SM_PCH == FALSE - #ifndef GLOBAL_H #define GLOBAL_H @@ -195,8 +193,6 @@ inline float strtof( const char *s, char **se ) { return (float) strtod( s, se ) #endif -#endif /* SM_PCH */ - /* * (c) 2001-2004 Chris Danford, Glenn Maynard * All rights reserved.