small cleanup
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user