From 9fa053cd8863bce0bea60ae567906268cf9bbb34 Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Sun, 9 Apr 2017 00:44:16 +0100 Subject: [PATCH] pcsx2: Remove unused variables I'm not sure these variables were ever used. --- pcsx2/HwRead.cpp | 4 ---- pcsx2/gui/Panels/PluginSelectorPanel.cpp | 2 -- 2 files changed, 6 deletions(-) diff --git a/pcsx2/HwRead.cpp b/pcsx2/HwRead.cpp index a39e7bf5a4..b62c13501a 100644 --- a/pcsx2/HwRead.cpp +++ b/pcsx2/HwRead.cpp @@ -33,10 +33,6 @@ static __fi void IntCHackCheck() if( diff > 0 ) cpuRegs.cycle = g_nextEventCycle; } -int shift = 0; -static const uint HwF_VerboseConLog = 1<<0; -static const uint HwF_IntcStatHack = 1<<1; // used for Reads only. - template< uint page > void __fastcall _hwRead128(u32 mem, mem128_t* result ); template< uint page, bool intcstathack > diff --git a/pcsx2/gui/Panels/PluginSelectorPanel.cpp b/pcsx2/gui/Panels/PluginSelectorPanel.cpp index d812e7d105..fd9da0b78f 100644 --- a/pcsx2/gui/Panels/PluginSelectorPanel.cpp +++ b/pcsx2/gui/Panels/PluginSelectorPanel.cpp @@ -52,8 +52,6 @@ wxDEFINE_EVENT(pxEVT_ShowStatusBar, wxCommandEvent); typedef s32 (CALLBACK* TestFnptr)(); typedef void (CALLBACK* ConfigureFnptr)(); -static const wxString failed_separator( L"-------- Unsupported Plugins --------" ); - namespace Exception { class NotEnumerablePlugin : public BadStream