From 90387dafb48fc0170956e97b6afbb37525d2157a Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 26 Oct 2014 17:46:11 +0100 Subject: [PATCH] Removed two wrong documentation comments from gamecontroller source. No replacement because correct documentation is already in SDL_gamecontroller.h. --- src/joystick/SDL_gamecontroller.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/joystick/SDL_gamecontroller.c b/src/joystick/SDL_gamecontroller.c index c229dd03f..fbfc5d4b4 100644 --- a/src/joystick/SDL_gamecontroller.c +++ b/src/joystick/SDL_gamecontroller.c @@ -992,9 +992,6 @@ SDL_GameControllerGetAttached(SDL_GameController * gamecontroller) } -/* - * Get the number of multi-dimensional axis controls on a joystick - */ const char * SDL_GameControllerName(SDL_GameController * gamecontroller) { @@ -1066,9 +1063,6 @@ SDL_GameControllerButtonBind SDL_GameControllerGetBindForButton(SDL_GameControll } -/* - * Close a joystick previously opened with SDL_JoystickOpen() - */ void SDL_GameControllerClose(SDL_GameController * gamecontroller) {