From cf393a1068a0acb06e9b425eb567fe9aa6fc2921 Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Sun, 9 Jan 2000 17:59:59 +0000 Subject: [PATCH] Commented a couple lines out of vid_sdl.c which seem not to be needed anymore (and were preventing building of the SDL target..) --- common/vid_sdl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/vid_sdl.c b/common/vid_sdl.c index ad5f6bb..e2d5add 100644 --- a/common/vid_sdl.c +++ b/common/vid_sdl.c @@ -50,8 +50,8 @@ static float mouse_x, mouse_y; static int mouse_oldbuttonstate = 0; // No support for option menus -void (*vid_menudrawfn)(void) = NULL; -void (*vid_menukeyfn)(int key) = NULL; +// void (*vid_menudrawfn)(void) = NULL; +// void (*vid_menukeyfn)(int key) = NULL; void VID_SetPalette (unsigned char *palette) {