From ec12b916610c306899b385f5ccd5450e8a835fc2 Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Fri, 23 Mar 2012 05:57:51 +0100 Subject: [PATCH] Prep for v1.0.0 --- drivers/displays/tft/touchscreen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/displays/tft/touchscreen.c b/drivers/displays/tft/touchscreen.c index c66619f..97f448b 100644 --- a/drivers/displays/tft/touchscreen.c +++ b/drivers/displays/tft/touchscreen.c @@ -300,7 +300,6 @@ int getDisplayPoint( tsPoint_t * displayPtr, tsPoint_t * screenPtr, tsMatrix_t * } else { - // ToDo: Default values required or you can never read LCD position! // return TS_ERROR_NOTCALIBRATED; return -1; } -- 2.20.1