summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2009-12-22 16:47:58 +0000
committerAdam Tkac <atkac@redhat.com>2009-12-22 16:47:58 +0000
commit7d8b3acddf628ee3b35d6781d73820ef1845092c (patch)
treee915a06acce54d8d7a62e4f9545e4f20a551e7df /unix
parent8c39ce0ed90815671724747e5efe4e4167c978c7 (diff)
downloadtigervnc-7d8b3acddf628ee3b35d6781d73820ef1845092c.tar.gz
tigervnc-7d8b3acddf628ee3b35d6781d73820ef1845092c.zip
[Cleanup] Remove bogus vlog.debug from Input.cc:KeyboardDevice::keyEvent.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3932 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r--unix/xserver/hw/vnc/Input.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/Input.cc b/unix/xserver/hw/vnc/Input.cc
index 62fca6df..0596c647 100644
--- a/unix/xserver/hw/vnc/Input.cc
+++ b/unix/xserver/hw/vnc/Input.cc
@@ -482,7 +482,7 @@ void KeyboardDevice::keyEvent(rdr::U32 keysym, bool down)
vlog.debug("Ignoring caps lock");
return;
}
-vlog.debug("keysym %d", keysym);
+
#if XORG >= 17
keyc = dev->u.master->key;