teco2: Fix [-Wunused-const-variable=] compiler warning

The default_dpi_color_adjust variable hasn't been used ever since the
backend was added.
merge-requests/1/head
Olaf Meeuwissen 2017-06-26 11:39:50 +09:00
rodzic a2083538e9
commit aa5468552b
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -317,10 +317,6 @@ static const struct dpi_color_adjust vm6586_dpi_color_adjust[] = {
{0, 0, 0, 0, 0, 0}
};
static const struct dpi_color_adjust default_dpi_color_adjust[1] = {
{0, 0, 1, 2, 0, 0}
};
/* For all scanners. Must be reasonable (eg. between 50 and 300) and
* appear in the ...._dpi_color_adjust list of all supported scanners. */
#define DEF_RESOLUTION 150