From 76d61d9d8f950e7c2ea2574bb76658ca0a3dd4dd Mon Sep 17 00:00:00 2001 From: Yamagi Date: Thu, 27 May 2021 17:17:28 +0200 Subject: [PATCH] Remove rev_vk from the client. --- src/common/frame.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/frame.c b/src/common/frame.c index 89a4c252..7e14f294 100644 --- a/src/common/frame.c +++ b/src/common/frame.c @@ -239,9 +239,6 @@ static qboolean checkForHelp(int argc, char **argv) printf(" 'gl1' (the OpenGL 1.x renderer),\n"); printf(" 'gl3' (the OpenGL 3.2 renderer),\n"); printf(" 'soft' (the software renderer)\n"); -#ifdef USE_REFVK - printf(" 'vk' (the experimental Vulkan renderer)\n"); -#endif #endif // DEDICATED_ONLY printf("\nSee https://github.com/yquake2/yquake2/blob/master/doc/04_cvarlist.md\nfor some more cvars\n");