remove unused

This commit is contained in:
Glenn Maynard
2005-09-09 05:54:15 +00:00
parent c6ad66d2f6
commit 9a02d19e3d
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -120,11 +120,6 @@ void PaneDisplay::Load( const CString &sType, PlayerNumber pn )
m_ContentsFrame.SetXY( SHIFT_X(m_PlayerNumber), SHIFT_Y(m_PlayerNumber) );
this->AddChild( &m_ContentsFrame );
m_sprPaneOver.Load( THEME->GetPathG(sType,ssprintf("over p%i", pn+1)) );
m_sprPaneOver->SetName( "Over" );
ActorUtil::OnCommand( m_sprPaneOver, sType );
this->AddChild( m_sprPaneOver );
for( unsigned i = 0; i < NUM_PANE_CONTENTS; ++i )
{
COMMAND( m_textContents[i], "LoseFocus" );