arm: Remove ARMul_EmulateInit

This was only used for armemu, which has since been removed. Removed components related to this as well.
This commit is contained in:
Lioncash
2015-02-12 11:30:25 -05:00
parent 6ab193bbea
commit e3f5c6366c
4 changed files with 1 additions and 55 deletions

View File

@ -294,7 +294,6 @@ enum {
/***************************************************************************\
* Definitons of things in the emulator *
\***************************************************************************/
extern void ARMul_EmulateInit();
extern void ARMul_Reset(ARMul_State* state);
extern ARMul_State* ARMul_NewState(ARMul_State* state);