remove comments that aren't really needed
This commit is contained in:
@@ -151,7 +151,6 @@ bool RoomWheel::Select()
|
|||||||
{
|
{
|
||||||
// Since this is not actually an option outside of this wheel, NULL is a good idea.
|
// Since this is not actually an option outside of this wheel, NULL is a good idea.
|
||||||
m_LastSelection = NULL;
|
m_LastSelection = NULL;
|
||||||
// todo: Call a screen with class ScreenTextEntry instead. -aj
|
|
||||||
ScreenTextEntry::TextEntry( SM_BackFromRoomName, ENTER_ROOM_NAME, "", 255 );
|
ScreenTextEntry::TextEntry( SM_BackFromRoomName, ENTER_ROOM_NAME, "", 255 );
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
@@ -3531,7 +3531,6 @@ void ScreenEdit::HandleStepsInformationChoice( StepsInformationChoice c, const v
|
|||||||
switch( c )
|
switch( c )
|
||||||
{
|
{
|
||||||
case description:
|
case description:
|
||||||
// todo: Call a screen with class ScreenTextEntry instead. -aj
|
|
||||||
ScreenTextEntry::TextEntry(
|
ScreenTextEntry::TextEntry(
|
||||||
SM_None,
|
SM_None,
|
||||||
ENTER_NEW_DESCRIPTION,
|
ENTER_NEW_DESCRIPTION,
|
||||||
@@ -3580,8 +3579,6 @@ void ScreenEdit::HandleSongInformationChoice( SongInformationChoice c, const vec
|
|||||||
{
|
{
|
||||||
Song* pSong = GAMESTATE->m_pCurSong;
|
Song* pSong = GAMESTATE->m_pCurSong;
|
||||||
|
|
||||||
// todo: Call a screen with class ScreenTextEntry instead.
|
|
||||||
// multiple times in this section, so I'm only saying it here. -aj
|
|
||||||
switch( c )
|
switch( c )
|
||||||
{
|
{
|
||||||
DEFAULT_FAIL(c);
|
DEFAULT_FAIL(c);
|
||||||
@@ -3628,7 +3625,6 @@ void ScreenEdit::HandleTimingDataInformationChoice( TimingDataInformationChoice
|
|||||||
{
|
{
|
||||||
DEFAULT_FAIL( c );
|
DEFAULT_FAIL( c );
|
||||||
case bpm:
|
case bpm:
|
||||||
// todo: Call a screen with class ScreenTextEntry instead. -aj
|
|
||||||
ScreenTextEntry::TextEntry(
|
ScreenTextEntry::TextEntry(
|
||||||
SM_BackFromBPMChange,
|
SM_BackFromBPMChange,
|
||||||
ENTER_BPM_VALUE,
|
ENTER_BPM_VALUE,
|
||||||
@@ -3637,7 +3633,6 @@ void ScreenEdit::HandleTimingDataInformationChoice( TimingDataInformationChoice
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case stop:
|
case stop:
|
||||||
// todo: Call a screen with class ScreenTextEntry instead. -aj
|
|
||||||
ScreenTextEntry::TextEntry(
|
ScreenTextEntry::TextEntry(
|
||||||
SM_BackFromStopChange,
|
SM_BackFromStopChange,
|
||||||
ENTER_STOP_VALUE,
|
ENTER_STOP_VALUE,
|
||||||
@@ -3646,7 +3641,6 @@ void ScreenEdit::HandleTimingDataInformationChoice( TimingDataInformationChoice
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case delay:
|
case delay:
|
||||||
// todo: Call a screen with class ScreenTextEntry instead. -aj
|
|
||||||
ScreenTextEntry::TextEntry(
|
ScreenTextEntry::TextEntry(
|
||||||
SM_BackFromDelayChange,
|
SM_BackFromDelayChange,
|
||||||
ENTER_DELAY_VALUE,
|
ENTER_DELAY_VALUE,
|
||||||
@@ -3687,7 +3681,6 @@ void ScreenEdit::HandleTimingDataInformationChoice( TimingDataInformationChoice
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case warp:
|
case warp:
|
||||||
// todo: Call a screen with class ScreenTextEntry instead. -aj
|
|
||||||
ScreenTextEntry::TextEntry(
|
ScreenTextEntry::TextEntry(
|
||||||
SM_BackFromWarpChange,
|
SM_BackFromWarpChange,
|
||||||
ENTER_WARP_VALUE,
|
ENTER_WARP_VALUE,
|
||||||
|
|||||||
Reference in New Issue
Block a user