Merge pull request #5186 from lioncash/frame

DolphinWX/Frame: Remove GetGameListCtrl()
This commit is contained in:
Matthew Parlane 2017-03-31 20:51:14 +13:00 committed by GitHub
commit 9b2c6e9a9a
2 changed files with 0 additions and 6 deletions

View File

@ -1197,11 +1197,6 @@ void CFrame::DoExclusiveFullscreen(bool enable_fullscreen)
Core::PauseAndLock(false, was_unpaused);
}
const CGameListCtrl* CFrame::GetGameListCtrl() const
{
return m_GameListCtrl;
}
void CFrame::PollHotkeys(wxTimerEvent& event)
{
if (!HotkeyManagerEmu::IsEnabled())

View File

@ -102,7 +102,6 @@ public:
bool RendererIsFullscreen();
void OpenGeneralConfiguration(wxWindowID tab_id = wxID_ANY);
const CGameListCtrl* GetGameListCtrl() const;
wxMenuBar* GetMenuBar() const override;
Common::Event panic_event;