Remove cv_showinputjoy (unused)

This commit is contained in:
James R 2024-03-02 00:16:25 -08:00
parent 2641ba2380
commit 1f3b5dea0a
2 changed files with 0 additions and 2 deletions

View file

@ -445,7 +445,6 @@ consvar_t cv_showfocuslost = Player("showfocuslost", "Yes").yes_no();
void R_SetViewSize(void); void R_SetViewSize(void);
consvar_t cv_showhud = Player("showhud", "Yes").yes_no().onchange(R_SetViewSize).dont_save(); consvar_t cv_showhud = Player("showhud", "Yes").yes_no().onchange(R_SetViewSize).dont_save();
consvar_t cv_showinputjoy = Player("showinputjoy", "Off").on_off().dont_save();
consvar_t cv_skybox = Player("skybox", "On").on_off(); consvar_t cv_skybox = Player("skybox", "On").on_off();
// Display song credits // Display song credits

View file

@ -927,7 +927,6 @@ extern tic_t g_fast_forward;
#include "d_clisrv.h" #include "d_clisrv.h"
extern consvar_t cv_showinputjoy; // display joystick in time attack
extern consvar_t cv_forceskin; // force clients to use the server's skin extern consvar_t cv_forceskin; // force clients to use the server's skin
extern consvar_t cv_downloading; // allow clients to downloading WADs. extern consvar_t cv_downloading; // allow clients to downloading WADs.
extern consvar_t cv_nettimeout; // SRB2Kart: Advanced server options menu extern consvar_t cv_nettimeout; // SRB2Kart: Advanced server options menu