From 7ca0f5996bab796bac67c494e56cae77f3f20f07 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 23 Feb 2007 08:35:48 +0000 Subject: [PATCH] Unused. --- stepmania/src/XmlFileUtil.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/XmlFileUtil.cpp b/stepmania/src/XmlFileUtil.cpp index 81ea44e1ff..edf2c146f0 100644 --- a/stepmania/src/XmlFileUtil.cpp +++ b/stepmania/src/XmlFileUtil.cpp @@ -89,11 +89,6 @@ static void tcsskip( const RString &s, unsigned &i ) i = s.find_first_not_of( " \t\r\n", i ); } -static bool XIsEmptyString( const RString &s ) -{ - return s.find_first_not_of( "\r\n\t " ) == s.npos; -} - // put string of (psz~end) on ps string static void SetString( const RString &s, int iStart, int iEnd, RString* ps, bool trim = false ) {