mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
[UI] Remove browse toolbar button and tweak empty gamelist message
Removed some related functions
This commit is contained in:
parent
3033096223
commit
79b902e7e5
5 changed files with 1 additions and 19 deletions
|
@ -174,7 +174,6 @@ private:
|
|||
{
|
||||
Toolbar_FileOpen,
|
||||
Toolbar_Refresh,
|
||||
Toolbar_Browse,
|
||||
Toolbar_Play,
|
||||
Toolbar_Stop,
|
||||
Toolbar_Pause,
|
||||
|
@ -259,7 +258,6 @@ private:
|
|||
void OnOpen(wxCommandEvent& event); // File menu
|
||||
void DoOpen(bool Boot);
|
||||
void OnRefresh(wxCommandEvent& event);
|
||||
void OnBrowse(wxCommandEvent& event);
|
||||
void OnBootDrive(wxCommandEvent& event);
|
||||
|
||||
void OnPlay(wxCommandEvent& event); // Emulation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue