small cleanup

This commit is contained in:
AJ Kelly
2011-01-09 17:40:58 -06:00
parent c53f5008fc
commit b3f257599d
-3
View File
@@ -63,7 +63,6 @@ RoomWheelItem::RoomWheelItem( const RoomWheelItem &cpy ):
void RoomWheelItem::Load( RString sType ) void RoomWheelItem::Load( RString sType )
{ {
// colorpart gets added first in MusicWheelItem, so follow that here. // colorpart gets added first in MusicWheelItem, so follow that here.
m_sprColorPart.Load( THEME->GetPathG(sType,"ColorPart") ); m_sprColorPart.Load( THEME->GetPathG(sType,"ColorPart") );
this->AddChild( m_sprColorPart ); this->AddChild( m_sprColorPart );
@@ -141,7 +140,6 @@ void RoomWheel::RemoveItem( int index )
RebuildWheelItems(); RebuildWheelItems();
} }
static LocalizedString ENTER_ROOM_NAME( "RoomWheel", "Enter room name" ); static LocalizedString ENTER_ROOM_NAME( "RoomWheel", "Enter room name" );
bool RoomWheel::Select() bool RoomWheel::Select()
{ {
@@ -194,7 +192,6 @@ unsigned int RoomWheel::GetNumItems() const
return m_CurWheelItemData.size() - m_offset; return m_CurWheelItemData.size() - m_offset;
} }
/* /*
* (c) 2004 Josh Allen * (c) 2004 Josh Allen
* All rights reserved. * All rights reserved.