mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-27 17:01:09 -05:00
remove unused globals
Also change globals into statics which are only used in one file
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
class wxWindow;
|
||||
|
||||
DSPDebuggerLLE* m_DebuggerFrame = nullptr;
|
||||
static DSPDebuggerLLE* m_DebuggerFrame = nullptr;
|
||||
|
||||
BEGIN_EVENT_TABLE(DSPDebuggerLLE, wxPanel)
|
||||
EVT_CLOSE(DSPDebuggerLLE::OnClose)
|
||||
|
||||
Reference in New Issue
Block a user