From fc2ddf5d3dba8828e577268a086f97e56c65f096 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 6 Oct 2006 06:42:30 +0000 Subject: [PATCH] unneeded --- stepmania/src/XmlFile.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/XmlFile.h b/stepmania/src/XmlFile.h index b325e0a7f7..8bf04fe225 100644 --- a/stepmania/src/XmlFile.h +++ b/stepmania/src/XmlFile.h @@ -41,9 +41,6 @@ public: void GetValue( bool &out ) const; void GetValue( unsigned &out ) const; - template - T GetValue() const { T val; GetValue(val); return val; } - void SetValue( const RString &v ); void SetValue( int v ); void SetValue( float v );