From af20d305815722f89c0793602ff0e3cf33fa2416 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 14 Sep 2006 09:33:06 +0000 Subject: [PATCH] Unused. --- stepmania/src/RageUtil.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageUtil.h b/stepmania/src/RageUtil.h index db486ae2ba..9caa5f9a7b 100644 --- a/stepmania/src/RageUtil.h +++ b/stepmania/src/RageUtil.h @@ -295,7 +295,6 @@ RString GetExtension( const RString &sPath ); RString GetFileNameWithoutExtension( const RString &sPath ); void MakeValidFilename( RString &sName ); -typedef int longchar; extern const wchar_t INVALID_CHAR; int utf8_get_char_len( char p );