From db075e472dbe69c9afe469388e4c88c3ce0beaa4 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 28 Jan 2006 03:09:46 +0000 Subject: [PATCH] I forget why I thought I needed this. It won't be included again due to GLOBAL_H anyway. --- stepmania/src/global.h | 4 ---- 1 file changed, 4 deletions(-) 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.