Remove top quad

This commit is contained in:
Josh Allen
2008-05-22 23:49:38 +00:00
parent 78b71e8181
commit 7c3ef3fce5
2 changed files with 0 additions and 10 deletions
-8
View File
@@ -77,12 +77,6 @@ void ScreenNetSelectBase::Init()
m_textChatOutput.SetText( NSMAN->m_sChatText );
m_textChatOutput.SetMaxLines( SHOW_CHAT_LINES, 1 );
//Users' Background
m_rectUsersBG.SetName( "UsersBG" );
SET_QUAD_INIT( m_rectUsersBG );
this->AddChild( &m_rectUsersBG );
//Display users list
UpdateUsers();
@@ -167,8 +161,6 @@ void ScreenNetSelectBase::TweenOffScreen()
for( unsigned i=0; i<m_textUsers.size(); i++ )
OFF_COMMAND( m_textUsers[i] );
OFF_COMMAND( m_rectUsersBG );
}
void ScreenNetSelectBase::UpdateTextInput()
-2
View File
@@ -46,8 +46,6 @@ private:
RString m_sTextInput;
RString m_actualText;
//Users Rect
Quad m_rectUsersBG;
vector <BitmapText> m_textUsers;
};