This commit is contained in:
AJ Kelly
2010-07-17 12:06:52 -05:00
parent 784405ee98
commit 9e677b7c3e
3 changed files with 0 additions and 7 deletions
-1
View File
@@ -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
-3
View File
@@ -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()
-3
View File
@@ -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()