summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Chary <corentin.chary@gmail.com>2011-06-09 10:27:55 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-03-27 09:31:57 -0400
commit59127a58599adf1a09e50863db0644b5cbceb589 (patch)
treecdce9177ebc415eb706ecde106469194a407157c
parentc986d984d14d3ddea631b83f3a67be73adb5b096 (diff)
xwayland: remove input traces
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
-rw-r--r--hw/xfree86/xwayland/xwayland-input.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/xfree86/xwayland/xwayland-input.c b/hw/xfree86/xwayland/xwayland-input.c
index 6f90331b3..6da3fcca5 100644
--- a/hw/xfree86/xwayland/xwayland-input.c
+++ b/hw/xfree86/xwayland/xwayland-input.c
@@ -73,8 +73,6 @@ xwl_pointer_proc(DeviceIntPtr device, int what)
Atom btn_labels[NBUTTONS] = {0};
Atom axes_labels[NAXES] = {0};
- fprintf(stderr, "input proc %p %d\n", device, what);
-
switch (what) {
case DEVICE_INIT:
device->public.on = FALSE;
@@ -137,7 +135,7 @@ static int
xwl_keyboard_proc(DeviceIntPtr device, int what)
{
XkbRMLVOSet rmlvo;
- fprintf(stderr, "keyboard proc %p %d\n", device, what);
+
switch (what) {
case DEVICE_INIT:
device->public.on = FALSE;