From 2d29e0537d12f73048d2e1eb9659618eb6cf7009 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 29 Aug 2003 04:37:37 +0000 Subject: [PATCH] remove unneeded override --- stepmania/src/RageTexture.h | 2 -- 1 file changed, 2 deletions(-) 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: */