From e2314998d17444d401b2c3cde96f2550ad4d70e0 Mon Sep 17 00:00:00 2001 From: Ivan Afonichev Date: Thu, 17 Dec 2009 12:04:56 +0300 Subject: [PATCH] Removed unnecessary comments Signed-off-by: Ivan Afonichev --- src/xf86Elo.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/xf86Elo.c b/src/xf86Elo.c index afc9604..53ac2b8 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -905,7 +905,6 @@ xf86EloControl(DeviceIntPtr dev, } else { DBG(2, ErrorF("Unable to ask Elographics touchscreen identification... Maybe it's GeneralTouch touchscreen...\n")); -// goto not_success; } /* @@ -918,7 +917,6 @@ xf86EloControl(DeviceIntPtr dev, req[4] = ELO_TRACKING_MODE; if (xf86EloSendControl(req, local->fd) != Success) { DBG(2, ErrorF("Unable to change Elographics touchscreen operating mode... Maybe it's GeneralTouch touchscreen...\n")); -// goto not_success; } /* @@ -930,12 +928,6 @@ xf86EloControl(DeviceIntPtr dev, req[3] = priv->report_delay; if (xf86EloSendControl(req, local->fd) != Success) { DBG(2, ErrorF("Unable to change Elographics touchscreen reports timings... Maybe it's GeneralTouch touchscreen...\n")); -/* -not_success: - SYSCALL(close(local->fd)); - local->fd = -1; - return !Success; -*/ } } xf86AddEnabledDevice(local); -- 1.6.2.5