diff options
Diffstat (limited to 'services/input/InputReader.h')
| -rw-r--r-- | services/input/InputReader.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/services/input/InputReader.h b/services/input/InputReader.h index 655f0f04a79d..9b79690d94d5 100644 --- a/services/input/InputReader.h +++ b/services/input/InputReader.h @@ -650,16 +650,6 @@ protected: // Immutable calibration parameters in parsed form. struct Calibration { - // Position - bool haveXOrigin; - int32_t xOrigin; - bool haveYOrigin; - int32_t yOrigin; - bool haveXScale; - float xScale; - bool haveYScale; - float yScale; - // Touch Size enum TouchSizeCalibration { TOUCH_SIZE_CALIBRATION_DEFAULT, @@ -756,11 +746,9 @@ protected: int32_t surfaceWidth, surfaceHeight; // Translation and scaling factors, orientation-independent. - int32_t xOrigin; float xScale; float xPrecision; - int32_t yOrigin; float yScale; float yPrecision; |