git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@38 83fadc84-e282...
authorPatrick McIlroy <itgpmc@gmail.com>
Sat, 23 Feb 2008 10:12:08 +0000 (10:12 +0000)
committerPatrick McIlroy <itgpmc@gmail.com>
Sat, 23 Feb 2008 10:12:08 +0000 (10:12 +0000)
src/ScreenArcadePatch.cpp

index d4b8743..0e217c5 100644 (file)
@@ -17,6 +17,7 @@
 #include "CryptHelpers.h"
 #include "RageFileDriverZip.h"
 #include "XmlFile.h"
+#include "MiscITG.h"
 
 #include "StepMania.h"         // For ExitAndReboot()
 
@@ -40,13 +41,6 @@ ScreenArcadePatch::ScreenArcadePatch( CString sClassName ) : ScreenWithMenuEleme
 static BitmapText *m_PatchStatus;
 static bool g_doReboot;
 
-// This is hacky, obviously. I'll fix it up soon.
-// Right now, this just needs to compile. -- Vyhd
-int GetRevision()
-{
-       return 21;
-}
-
 ScreenArcadePatch::~ScreenArcadePatch()
 {
        LOG->Trace( "ScreenArcadePatch::~ScreenArcadePatch() %i", (int)g_doReboot );