mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Remove dead cvar.
This commit is contained in:
parent
a34980eda5
commit
2cb4c7836d
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@
|
||||||
|
|
||||||
extern struct cvar_s *joy_device; // Joystick device name
|
extern struct cvar_s *joy_device; // Joystick device name
|
||||||
extern struct cvar_s *joy_enable; // Joystick enabling flag
|
extern struct cvar_s *joy_enable; // Joystick enabling flag
|
||||||
extern struct cvar_s *joy_sensitivity; // Joystick sensitivity
|
|
||||||
|
|
||||||
extern qboolean joy_found; // Joystick present?
|
extern qboolean joy_found; // Joystick present?
|
||||||
extern qboolean joy_active; // Joystick in use?
|
extern qboolean joy_active; // Joystick in use?
|
||||||
|
|
Loading…
Reference in a new issue