Skip to content

Commit

Permalink
Fix *nix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Nov 15, 2023
1 parent 164d16e commit 8fd21d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/qcommon/qcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,6 @@ NON-PORTABLE SYSTEM SERVICES
==============================================================
*/

#ifndef USE_SDL
typedef enum {
AXIS_SIDE,
AXIS_FORWARD,
Expand All @@ -1395,9 +1394,6 @@ typedef enum {
AXIS_PITCH,
MAX_JOYSTICK_AXIS
} joystickAxis_t;
#else
#define MAX_JOYSTICK_AXIS 16
#endif

typedef enum {
// bk001129 - make sure SE_NONE is zero
Expand Down

0 comments on commit 8fd21d9

Please sign in to comment.