remove SLASH

This commit is contained in:
Glenn Maynard
2004-01-19 20:39:39 +00:00
parent ce6b11a343
commit 78e4763149
-3
View File
@@ -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