summaryrefslogtreecommitdiffhomepage
path: root/src/rcore_drm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcore_drm.c')
-rw-r--r--src/rcore_drm.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/rcore_drm.c b/src/rcore_drm.c
index 3b688b8a..13d41bbb 100644
--- a/src/rcore_drm.c
+++ b/src/rcore_drm.c
@@ -739,18 +739,6 @@ void OpenURL(const char *url)
// Module Functions Definition: Inputs
//----------------------------------------------------------------------------------
-// Get gamepad internal name id
-const char *GetGamepadName(int gamepad)
-{
- return CORE.Input.Gamepad.name[gamepad];
-}
-
-// Get gamepad axis count
-int GetGamepadAxisCount(int gamepad)
-{
- return CORE.Input.Gamepad.axisCount;
-}
-
// Set internal gamepad mappings
int SetGamepadMappings(const char *mappings)
{