Skip to content

Commit

Permalink
Removed two wrong documentation comments from gamecontroller source.
Browse files Browse the repository at this point in the history
No replacement because correct documentation is already in SDL_gamecontroller.h.
  • Loading branch information
philippwiesemann committed Oct 26, 2014
1 parent 0a053ed commit 90387da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/joystick/SDL_gamecontroller.c
Expand Up @@ -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)
{
Expand Down Expand Up @@ -1066,9 +1063,6 @@ SDL_GameControllerButtonBind SDL_GameControllerGetBindForButton(SDL_GameControll
}


/*
* Close a joystick previously opened with SDL_JoystickOpen()
*/
void
SDL_GameControllerClose(SDL_GameController * gamecontroller)
{
Expand Down

0 comments on commit 90387da

Please sign in to comment.