Core: Remove unused HostMessageID enum members.

This commit is contained in:
Jordan Woyak
2025-11-19 02:43:44 -06:00
parent bd07d9dfd3
commit 19f1d329c9
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -322,7 +322,6 @@ static void CPUSetInitialExecutionState(bool force_paused = false)
bool paused = SConfig::GetInstance().bBootToPause || force_paused;
SetState(system, paused ? State::Paused : State::Running, true, true);
Host_UpdateDisasmDialog();
Host_Message(HostMessageID::WMUserCreate);
});
}
-2
View File
@@ -43,8 +43,6 @@ enum class HostMessageID
{
// Begin at 10 in case there is already messages with wParam = 0, 1, 2 and so on
WMUserStop = 10,
WMUserCreate,
WMUserSetCursor,
WMUserJobDispatch,
};