cups: Fix unused variable warning when not using colord

This commit is contained in:
Benjamin Otte 2011-06-10 15:00:39 +02:00
parent bf0d8402f5
commit 0bfb663d0c

View File

@ -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)
{