From: Peter Hutterer Date: Thu, 2 Jun 2011 01:43:13 +0000 (+1000) Subject: Remove superfluous comment. X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/a3bb5a5d495ee8fa390b72bfcd76061f1ca241c7?ds=inline;hp=--cc Remove superfluous comment. We can't remove this part if we want to keep working against 1.7 and 1.8.1. No big deal, if this operation in xinput is the performance-critical path of a system, things have gone bad a long time ago. Signed-off-by: Peter Hutterer Acked-by: Julien Cristau --- a3bb5a5d495ee8fa390b72bfcd76061f1ca241c7 diff --git a/src/list.c b/src/list.c index b3bf873..b4649eb 100644 --- a/src/list.c +++ b/src/list.c @@ -181,8 +181,7 @@ print_classes_xi2(Display* display, XIAnyClassInfo **classes, XIValuatorClassInfo *v = (XIValuatorClassInfo*)classes[i]; char *name = v->label ? XGetAtomName(display, v->label) : NULL; - /* XXX: Bug in X servers 1.7..1.8.1, mode was | - OutOfProximity. Remove this once 1.9 is out. */ + /* Bug in X servers 1.7..1.8.1, mode was | OutOfProximity */ v->mode &= DeviceMode; printf("\t\tDetail for Valuator %d:\n", v->number);