From 8a8e84d763531d9f5f706c0deab2fde711fb1328 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Wed, 27 Jul 2016 21:57:00 -0700 Subject: [PATCH] Remove debugging code. --- firmware/application/ui_touch_calibration.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/firmware/application/ui_touch_calibration.hpp b/firmware/application/ui_touch_calibration.hpp index 8e2d9b08..40329020 100644 --- a/firmware/application/ui_touch_calibration.hpp +++ b/firmware/application/ui_touch_calibration.hpp @@ -71,9 +71,6 @@ private: touch::Calibration calibration; - static constexpr ui::Coord y_touch_values = 320 - 16 - 16; - static constexpr ui::Coord y_xlate_values = y_touch_values - 16; - Image image_calibrate_0 { { 32 - 16, 32 - 16, 32, 32 }, &bitmap_target_calibrate,