mirror of https://github.com/PCSX2/pcsx2.git
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
This commit is contained in:
parent
30554896ec
commit
b9fe352299
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue