forked from AuroraMiddleware/gtk
cups: Fix unused variable warning when not using colord
This commit is contained in:
parent
bf0d8402f5
commit
0bfb663d0c
@ -179,7 +179,9 @@ gtk_printer_cups_get_property (GObject *object,
|
||||
GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
#ifdef HAVE_COLORD
|
||||
GtkPrinterCups *printer = GTK_PRINTER_CUPS (object);
|
||||
#endif
|
||||
|
||||
switch (prop_id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user