From b9fe352299c5e56be5747cf6351346121e3deb98 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Fri, 30 Jan 2009 23:29:22 +0000 Subject: [PATCH] Remove an obsolete change that made it in on the last commit... git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@666 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/SourceLog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcsx2/SourceLog.cpp b/pcsx2/SourceLog.cpp index 0d6d06db1d..949e9ed92a 100644 --- a/pcsx2/SourceLog.cpp +++ b/pcsx2/SourceLog.cpp @@ -35,13 +35,13 @@ using namespace R5900; FILE *emuLog; -//#ifdef PCSX2_DEVBUILD +#ifdef PCSX2_DEVBUILD u32 varLog; // these used by the depreciated _old_Log only u16 logProtocol; u8 logSource; -//#endif +#endif int connected=0;