Merge pull request #225 from lioncash/ghz-macro

cdvdGigaherz: Remove an unnecessary macro
This commit is contained in:
David Quintana 2014-08-15 02:10:32 +02:00
commit 1facc8efbc
1 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ int curTrayStatus;
int csector;
int cmode;
#define SFY(x) STRFY(x)
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Plugin Interface //
@ -55,7 +54,7 @@ char *LibName = "cdvdGigaherz "
#ifdef PCSX2_DEBUG
" Debug "
#endif
"(" SFY(SVN_REV)
"(" TOSTR(SVN_REV)
#if SVN_MODS
"/modded"
#endif