diff --git a/stepmania/src/RageTexture.h b/stepmania/src/RageTexture.h index 4ca3f8e2e2..ec30e7b539 100644 --- a/stepmania/src/RageTexture.h +++ b/stepmania/src/RageTexture.h @@ -99,8 +99,6 @@ public: static void GetFrameDimensionsFromFileName( CString sPath, int* puFramesWide, int* puFramesHigh ); static int GetFrameCountFromFileName( CString sPath ); - const RageTextureID& GetID() { return m_ID; } - private: /* We might change settings when loading (due to hints, hardware * limitations, etc). The data actually loaded is here: */