From 78e4763149705eabededb3a4ae88856a78bd2a41 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 19 Jan 2004 20:39:39 +0000 Subject: [PATCH] remove SLASH --- stepmania/src/global.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/global.h b/stepmania/src/global.h index fbc6a9d3c4..e01aa64a66 100644 --- a/stepmania/src/global.h +++ b/stepmania/src/global.h @@ -147,9 +147,6 @@ inline float truncf( float f ) { return float(int(f)); }; inline float roundf( float f ) { if(f < 0) return truncf(f-0.5f); return truncf(f+0.5f); }; #endif -/* XXX remove */ -#define SLASH "/" - /* Don't include our own headers here, since they tend to change often. */ #endif