forked from AuroraMiddleware/gtk
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:
parent
54ec42f035
commit
eec1bc7ed1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user