background: Remove unused variables
This commit is contained in:
parent
4b0d47eaa4
commit
2f57847381
1 changed files with 0 additions and 5 deletions
|
@ -61,9 +61,6 @@ struct _CcBackgroundPanel
|
|||
CcBackgroundChooser *background_chooser;
|
||||
GtkWidget *add_picture_button;
|
||||
CcBackgroundPreview *desktop_preview;
|
||||
|
||||
GtkWidget *spinner;
|
||||
GtkWidget *chooser;
|
||||
};
|
||||
|
||||
CC_PANEL_REGISTER (CcBackgroundPanel, cc_background_panel)
|
||||
|
@ -245,8 +242,6 @@ cc_background_panel_dispose (GObject *object)
|
|||
g_clear_object (&panel->lock_settings);
|
||||
g_clear_object (&panel->thumb_factory);
|
||||
|
||||
g_clear_pointer (&panel->chooser, gtk_widget_destroy);
|
||||
|
||||
G_OBJECT_CLASS (cc_background_panel_parent_class)->dispose (object);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue