diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 15:02:40 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 15:02:44 +0930 |
commit | 6198bad07edc51ff4a264a9361c5e9b6c74647a6 (patch) | |
tree | 3ea11b02fdb00643f420b2fb17c141f01652151f /dix | |
parent | 93ee33830778b9ec85ad81496572677a30022b09 (diff) |
dix: remove misleading (stale) comment
Diffstat (limited to 'dix')
-rw-r--r-- | dix/events.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dix/events.c b/dix/events.c index 9bf40f8da..5919e2641 100644 --- a/dix/events.c +++ b/dix/events.c @@ -6479,8 +6479,6 @@ PickPointer(ClientPtr client) /* PickKeyboard will pick an appropriate keyboard for the given client by * searching the list of devices for the keyboard device that is paired with * the client's pointer. - * If no pointer is paired with the keyboard, the virtual core keyboard is - * returned. */ _X_EXPORT DeviceIntPtr PickKeyboard(ClientPtr client) |