diff --git a/src/dp_doom/linuxdoom-1.10/ib_video/ib_video_nng.c b/src/dp_doom/linuxdoom-1.10/ib_video/ib_video_nng.c index 947fea3..9b3bc79 100644 --- a/src/dp_doom/linuxdoom-1.10/ib_video/ib_video_nng.c +++ b/src/dp_doom/linuxdoom-1.10/ib_video/ib_video_nng.c @@ -209,12 +209,6 @@ DoomContext g_doomContext; // void IB_StartTic (void) { - /* TODO: post input events (could this be done in IB_FinishUpdate? try it) - case SDL_KEYDOWN: - event.type = ev_keydown; - event.data1 = xlatekey(sdl_event.key.keysym.sym); - D_PostEvent(&event); - */ } void IB_GetFramebuffer(unsigned char **pixels, size_t *pitch)