cleaning up stuff in here

This commit is contained in:
AJ Kelly
2011-02-08 01:26:31 -06:00
parent 2db64ef4a4
commit ed490351fb
2 changed files with 4 additions and 46 deletions
-2
View File
@@ -8,11 +8,9 @@ class ScreenExit: public Screen
{
public:
void Init();
void Update( float fDelta );
private:
bool m_Exited;
RageTimer m_ShutdownTimer;
};
#endif