From f115d43753c5bf6d6d0cf13e543125d1f2622682 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 17 Dec 2012 22:33:00 +0100 Subject: SSD1289 calibration clear fix --- src/ginput/mouse.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ginput') diff --git a/src/ginput/mouse.c b/src/ginput/mouse.c index a6ebd98e..5f1fec4d 100644 --- a/src/ginput/mouse.c +++ b/src/ginput/mouse.c @@ -528,11 +528,6 @@ bool_t ginputCalibrateMouse(uint16_t instance) { MouseConfig.flags |= FLG_CAL_SAVED; } - /* FIX THIS PROPERLY!!! */ - #if IS_THIS_SSD1289 == 134038 - reset_viewport(); - #endif - return TRUE; #endif } -- cgit v1.2.3