From 97bd77c9281436783d9d115cd734c05ef3982c2e Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 10 Nov 2016 07:33:44 -0500 Subject: [PATCH] Frame: Remove unused menu variable This has been unused since the introduction of the MainMenuBar class that abstracts away all of the wxMenuBar UI loading. --- Source/Core/DolphinWX/Frame.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/DolphinWX/Frame.h b/Source/Core/DolphinWX/Frame.h index 2025ce56e4..c621043aff 100644 --- a/Source/Core/DolphinWX/Frame.h +++ b/Source/Core/DolphinWX/Frame.h @@ -124,8 +124,6 @@ public: X11Utils::XRRConfiguration* m_XRRConfig; #endif - wxMenu* m_SavedPerspectives = nullptr; - // AUI wxAuiManager* m_Mgr = nullptr; bool bFloatWindow[IDM_DEBUG_WINDOW_LIST_END - IDM_DEBUG_WINDOW_LIST_START] = {};