small style cleanup

This commit is contained in:
AJ Kelly
2011-01-09 14:17:28 -06:00
parent 01e6282da8
commit dcc2ebb428
2 changed files with 9 additions and 12 deletions
+1 -4
View File
@@ -16,16 +16,14 @@ public:
static void AttractInput( const InputEventPlus &input, ScreenWithMenuElements *pScreen );
static void GoToStartScreen( RString sScreenName );
static void SetAttractVolume( bool bInAttract );
virtual void Input( const InputEventPlus &input );
virtual void HandleScreenMessage( const ScreenMessage SM );
virtual void Cancel( ScreenMessage smSendWhenDone );
virtual ScreenType GetScreenType() const { return attract; }
//
// Lua
//
virtual void PushSelf( lua_State *L );
protected:
@@ -34,7 +32,6 @@ protected:
ThemeMetric<bool> ATTRACT_VOLUME;
};
#endif
/*