HLE: Remove empty ConfigMem and SharedPage Shutdown functions

This commit is contained in:
Yuri Kunde Schlesner 2015-08-05 21:18:19 -03:00
parent 69c3021a8d
commit c39b52f974
5 changed files with 0 additions and 10 deletions

View file

@ -54,6 +54,5 @@ static_assert(sizeof(SharedPageDef) == Memory::SHARED_PAGE_SIZE, "Shared page st
extern SharedPageDef shared_page;
void Init();
void Shutdown();
} // namespace