GtkPrintUnixDialog: Remove some dead code

Automatic template children get cleaned up and NULLed out in destroy,
the g_clear_pointer() calls in finalize never do anything.
This commit is contained in:
Matthias Clasen 2014-05-30 18:50:07 -04:00
parent 54ec42f035
commit eec1bc7ed1

View File

@ -872,9 +872,6 @@ gtk_print_unix_dialog_finalize (GObject *object)
disconnect_printer_details_request (dialog, FALSE);
g_clear_object (&priv->current_printer);
g_clear_object (&priv->printer_list);
g_clear_object (&priv->custom_paper_list);
g_clear_object (&priv->printer_list_filter);
g_clear_object (&priv->options);
if (priv->number_up_layout_2_option)