From 6ca34549b89e73e3e0ec3cb7585686b880534cef Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 7 Aug 2008 16:27:57 +0930 Subject: [PATCH] dix: remove obsolete FIXME comment. Thanks to Simon Thum for pointing this out. --- dix/getevents.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dix/getevents.c b/dix/getevents.c index 5f9b8c151..61252c3d6 100644 --- a/dix/getevents.c +++ b/dix/getevents.c @@ -525,10 +525,6 @@ clipValuators(DeviceIntPtr pDev, int first_valuator, int num_valuators, /** * Fills events with valuator events for pDev, as given by the other * parameters. - * - * FIXME: Need to fix ValuatorClassRec to store all the valuators as - * last posted, not just x and y; otherwise relative non-x/y - * valuators, though a very narrow use case, will be broken. */ static EventList * getValuatorEvents(EventList *events, DeviceIntPtr pDev,