From b2d8e7137f867c2b7fefb2300744da2ad90ae7c7 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 13 Aug 2014 16:49:56 -0400 Subject: [PATCH] cdvdGigaherz: Remove an unnecessary macro define --- plugins/cdvdGigaherz/src/CDVD.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/cdvdGigaherz/src/CDVD.cpp b/plugins/cdvdGigaherz/src/CDVD.cpp index 750b60d3e6..f8de3bd5a6 100644 --- a/plugins/cdvdGigaherz/src/CDVD.cpp +++ b/plugins/cdvdGigaherz/src/CDVD.cpp @@ -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