Remove rev_vk from the client.

This commit is contained in:
Yamagi 2021-05-27 17:17:28 +02:00
parent 0838faf120
commit 76d61d9d8f

View file

@ -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");