summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/raylib.h b/src/raylib.h
index ae1b494e..c3528f21 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -639,14 +639,6 @@ typedef enum {
MOUSE_CURSOR_NOT_ALLOWED = 10 // The operation-not-allowed shape
} MouseCursor;
-// Gamepad number
-typedef enum {
- GAMEPAD_PLAYER1 = 0,
- GAMEPAD_PLAYER2 = 1,
- GAMEPAD_PLAYER3 = 2,
- GAMEPAD_PLAYER4 = 3
-} GamepadNumber;
-
// Gamepad buttons
typedef enum {
// This is here just for error checking