mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -57,10 +57,7 @@
|
|||
#include "ConfigMain.h"
|
||||
#include "Frame.h"
|
||||
#include "CodeWindow.h"
|
||||
#include "Setup.h"
|
||||
#ifdef MUSICMOD
|
||||
#include "../../../Externals/MusicMod/Main/Src/Main.h" // MusicMod
|
||||
#endif
|
||||
#include "Setup.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -200,17 +197,7 @@ bool BootCore(const std::string& _rFilename)
|
|||
#else
|
||||
Core::SetState(Core::CORE_RUN);
|
||||
#endif
|
||||
// =====================
|
||||
|
||||
|
||||
// =================================================================
|
||||
// Music mod
|
||||
// ¯¯¯¯¯¯¯¯¯¯
|
||||
#ifdef MUSICMOD
|
||||
MusicMod::Main(StartUp.m_strFilename);
|
||||
#endif
|
||||
// ===================
|
||||
|
||||
// =====================
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue