Skip to content

Commit

Permalink
Merge pull request #5186 from lioncash/frame
Browse files Browse the repository at this point in the history
DolphinWX/Frame: Remove GetGameListCtrl()
  • Loading branch information
Parlane committed Mar 31, 2017
2 parents f5dcfb1 + 6495bec commit 9b2c6e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Source/Core/DolphinWX/Frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down
1 change: 0 additions & 1 deletion Source/Core/DolphinWX/Frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class CFrame : public CRenderFrame
bool RendererIsFullscreen();
void OpenGeneralConfiguration(wxWindowID tab_id = wxID_ANY);

const CGameListCtrl* GetGameListCtrl() const;
wxMenuBar* GetMenuBar() const override;

Common::Event panic_event;
Expand Down

0 comments on commit 9b2c6e9

Please sign in to comment.