cdvdGigaherz: Remove an unnecessary macro define

This commit is contained in:
Lioncash 2014-08-13 16:49:56 -04:00
parent 707d32536c
commit b2d8e7137f
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