From 961eae77a32628c9f631a1add2bd1e70508243b7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 26 Jan 2007 04:34:30 +0000 Subject: [PATCH] cleanup --- stepmania/src/RageUtil.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index 96f3b5370c..e5e5c46e5b 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -144,14 +144,14 @@ bool IsHexVal( const RString &s ) RString BinaryToHex( const void *pData_, int iNumBytes ) { - const unsigned char *string = (const unsigned char *) pData_; - RString s; - for( int i=0; i