comment + cleanup

This commit is contained in:
AJ Kelly
2010-08-11 02:17:29 -05:00
parent cccd8d0a16
commit 50a62f11c4
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ void ScreenPackagesSSC::HandleScreenMessage( const ScreenMessage SM )
SCREENMAN->SetNewScreen( THEME->GetMetric (m_sName, "PrevScreen") );
else if( SM ==SM_GoToNextScreen )
SCREENMAN->SetNewScreen( THEME->GetMetric (m_sName, "NextScreen") );
ScreenWithMenuElements::HandleScreenMessage( SM );
}
@@ -46,7 +46,7 @@ void ScreenPackagesSSC::DrawPrimitives()
}
RString ScreenPackagesSSC::JSONParse( const RString &string_in )
{
{
/* json++ stuff here */
return "";
}