Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed extra debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 10, 2009
1 parent 0a10e6c commit 9542e60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11events.c
Expand Up @@ -205,7 +205,6 @@ X11_DispatchEvent(_THIS)
XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
#endif
if (*text) {
printf("Sending text event %s\n", text);
SDL_SendKeyboardText(videodata->keyboard, text);
}
}
Expand Down

0 comments on commit 9542e60

Please sign in to comment.