diff --git a/backend/genesys_tables_sensor.cc b/backend/genesys_tables_sensor.cc index ee8338277..d671ad4ff 100644 --- a/backend/genesys_tables_sensor.cc +++ b/backend/genesys_tables_sensor.cc @@ -107,11 +107,6 @@ inline unsigned default_get_hwdpi_divisor_for_dpi(const Genesys_Sensor& sensor, return sensor.optical_res / default_get_logical_hwdpi(sensor, xres); } -/** for setting up the sensor-specific settings: - * Optical Resolution, number of black pixels, number of dummy pixels, - * CCD_start_xoffset, and overall number of sensor pixels - * registers 0x08-0x0b, 0x10-0x1d and 0x52-0x5e - */ StaticInit> s_sensors; StaticInit s_fallback_sensor_profile_gl124; StaticInit s_fallback_sensor_profile_gl846;