Remove dead MSG_Loop() function

This commit is contained in:
Jonathan Campbell 2018-02-06 08:47:47 -08:00
parent 51eb90db66
commit fc1167249e
2 changed files with 0 additions and 10 deletions

View File

@ -264,9 +264,6 @@ void INT10_Init(Section*);
#if C_NE2000
void NE2K_Init(Section* sec);
#endif
#if defined(__WIN32__) && !defined(C_SDL2)
void MSG_Loop(void);
#endif
signed long long time_to_clockdom(ClockDomain &src,double t) {
signed long long lt = (signed long long)t;
@ -378,9 +375,6 @@ static Bitu Normal_Loop(void) {
return 0;
#endif
} else {
#if defined(__WIN32__) && !defined(C_SDL2)
MSG_Loop();
#endif
GFX_Events();
if (DOSBox_Paused() == false && ticksRemain > 0) {
TIMER_AddTick();

View File

@ -2473,10 +2473,6 @@ void MSG_WM_COMMAND_handle(SDL_SysWMmsg &Message) {
}
}
}
void MSG_Loop(void) {
/* deprecated */
}
#else
void DOSBox_SetSysMenu(void) {
}