or not.
This commit is contained in:
@@ -16,7 +16,6 @@ sm-ssc v1.0 Release Candidate 2 | 201007xx
|
||||
|
||||
20100717
|
||||
--------
|
||||
* Handle codes on ScreenProfileLoad and ScreenProfileSave.
|
||||
* Added Menu(Left/Right/Up/Down)(P1/P2) messages to ScreenOptions.
|
||||
|
||||
20100715
|
||||
|
||||
@@ -21,9 +21,6 @@ void ScreenProfileLoad::BeginScreen()
|
||||
|
||||
void ScreenProfileLoad::Input( const InputEventPlus &input )
|
||||
{
|
||||
Message msg("");
|
||||
if( m_Codes.InputMessage(input, msg) )
|
||||
this->HandleMessage( msg );
|
||||
}
|
||||
|
||||
void ScreenProfileLoad::Continue()
|
||||
|
||||
@@ -12,9 +12,6 @@ void ScreenProfileSave::BeginScreen()
|
||||
|
||||
void ScreenProfileSave::Input( const InputEventPlus &input )
|
||||
{
|
||||
Message msg("");
|
||||
if( m_Codes.InputMessage(input, msg) )
|
||||
this->HandleMessage( msg );
|
||||
}
|
||||
|
||||
void ScreenProfileSave::Continue()
|
||||
|
||||
Reference in New Issue
Block a user