mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Frame: Remove GetGameListCtrl()
This is currently unused and shouldn't actually be a part of the frame's public interface. The event system should be used instead to dispatch messages to the game list control if necessary.
This commit is contained in:
parent
595c1f5597
commit
6495becaf7
2 changed files with 0 additions and 6 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue