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