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 );