From 5fcce2ef58505a8b90cfb32c8860c2ab9b67a30e Mon Sep 17 00:00:00 2001 From: oxmox Date: Tue, 11 Apr 2023 01:14:21 +0200 Subject: [PATCH] remove TODO, it's done! :) --- src/dp_doom/linuxdoom-1.10/ib_video/ib_video_nng.c | 6 ------ 1 file changed, 6 deletions(-) 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)