Browse Source

Removed two wrong documentation comments from gamecontroller source.

No replacement because correct documentation is already in SDL_gamecontroller.h.
Philipp Wiesemann 10 years ago
parent
commit
90387dafb4
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/joystick/SDL_gamecontroller.c

+ 0 - 6
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)
 {