mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Remove dead MSG_Loop() function
This commit is contained in:
parent
51eb90db66
commit
fc1167249e
@ -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();
|
||||
|
@ -2473,10 +2473,6 @@ void MSG_WM_COMMAND_handle(SDL_SysWMmsg &Message) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void MSG_Loop(void) {
|
||||
/* deprecated */
|
||||
}
|
||||
#else
|
||||
void DOSBox_SetSysMenu(void) {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user