remove m_textVersion

This commit is contained in:
Glenn Maynard
2005-06-25 02:59:10 +00:00
parent 824bf83244
commit 7359405188
3 changed files with 0 additions and 11 deletions
-7
View File
@@ -15,7 +15,6 @@
#include "CodeDetector.h"
#include "RageTextureManager.h"
#include "UnlockManager.h"
#include "ProductInfo.h"
#include "LightsManager.h"
#include "CommonMetrics.h"
#include "Game.h"
@@ -51,12 +50,6 @@ void ScreenTitleMenu::Init()
this->AddChild( m_sprLogo );
SET_XY_AND_ON_COMMAND( m_sprLogo );
m_textVersion.LoadFromFont( THEME->GetPathF("Common","normal") );
m_textVersion.SetName( "Version" );
m_textVersion.SetText( PRODUCT_VER );
this->AddChild( &m_textVersion );
SET_XY_AND_ON_COMMAND( m_textVersion );
m_textSongs.LoadFromFont( THEME->GetPathF("Common","normal") );
m_textSongs.SetName( "Songs" );
CString text = ssprintf("%d songs in %d groups, %d courses in %d groups", SONGMAN->GetNumSongs(), SONGMAN->GetNumSongGroups(), SONGMAN->GetNumCourses(), SONGMAN->GetNumCourseGroups() );