Skip to content

Commit

Permalink
Fixed setting text to clipboard in controllermap program.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Dec 10, 2014
1 parent 45fa564 commit d999115
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/controllermap.c
Expand Up @@ -191,7 +191,6 @@ WatchJoystick(SDL_Joystick * joystick)
step->button = -1;
step->hat = -1;
step->hat_value = -1;
SDL_SetClipboardText("TESTING TESTING 123");

switch(step->marker) {
case MARKER_AXIS:
Expand Down

0 comments on commit d999115

Please sign in to comment.