mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
remove dead code from MusicMod
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3182 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1d593069b5
commit
36f5f6e3e7
7 changed files with 2 additions and 97 deletions
|
@ -108,23 +108,6 @@ class CFrame : public wxFrame
|
|||
|
||||
char **drives;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////
|
||||
// Music mod
|
||||
// ¯¯¯¯¯¯¯¯¯¯
|
||||
#ifdef MUSICMOD
|
||||
wxToolBarToolBase* mm_ToolMute, * mm_ToolPlay, * mm_ToolLog;
|
||||
wxSlider * mm_Slider;
|
||||
|
||||
void MM_UpdateGUI(); void MM_PopulateGUI(); void MM_InitBitmaps(int Theme);
|
||||
void MM_OnPlay(); void MM_OnStop();
|
||||
void MM_OnMute(wxCommandEvent& event);
|
||||
void MM_OnPause(wxCommandEvent& event);
|
||||
void MM_OnVolume(wxScrollEvent& event);
|
||||
void MM_OnLog(wxCommandEvent& event);
|
||||
#endif
|
||||
///////////////////////////////////
|
||||
|
||||
|
||||
enum EToolbar
|
||||
{
|
||||
Toolbar_FileOpen,
|
||||
|
@ -142,10 +125,6 @@ class CFrame : public wxFrame
|
|||
Toolbar_Wiimote,
|
||||
Toolbar_Help,
|
||||
|
||||
#ifdef MUSICMOD // Music modification
|
||||
Toolbar_Log, Toolbar_PluginDSP_Dis, Toolbar_Log_Dis,
|
||||
#endif
|
||||
|
||||
EToolbar_Max
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue