forked from AuroraMiddleware/gtk
Remove a redundant NULL check
This commit is contained in:
parent
32f0761daa
commit
f68c073e33
@ -178,8 +178,7 @@ gtk_printer_option_set (GtkPrinterOption *option,
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if ((option->type == GTK_PRINTER_OPTION_TYPE_PICKONE ||
|
if ((option->type == GTK_PRINTER_OPTION_TYPE_PICKONE ||
|
||||||
option->type == GTK_PRINTER_OPTION_TYPE_ALTERNATIVE) &&
|
option->type == GTK_PRINTER_OPTION_TYPE_ALTERNATIVE))
|
||||||
value != NULL)
|
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user