kopia lustrzana https://gitlab.com/sane-project/backends
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
rodzic
a2083538e9
commit
aa5468552b
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue