[nautilus/wip/antoniof/new_open_with: 3/31] properties-window: remove unused select_idle_id
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/new_open_with: 3/31] properties-window: remove unused select_idle_id
- Date: Thu, 28 Jul 2022 18:21:25 +0000 (UTC)
commit eb8312c45a98900fe584ddf6b6af873a26521366
Author: Peter Eisenmann <p3732 getgoogleoff me>
Date: Wed Feb 2 02:38:43 2022 +0100
properties-window: remove unused select_idle_id
The compiler did not catch this, because it was used on cleanup.
src/nautilus-properties-window.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index fe2656d4f..518f351d5 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -90,8 +90,6 @@ struct _NautilusPropertiesWindow
GtkLabel *name_title_label;
GtkLabel *name_value_label;
- guint select_idle_id;
-
GtkWidget *type_title_label;
GtkWidget *type_value_label;
@@ -4837,8 +4835,6 @@ real_finalize (GObject *object)
g_free (self->content_type);
g_list_free (self->open_with_files);
- g_clear_handle_id (&self->select_idle_id, g_source_remove);
-
G_OBJECT_CLASS (nautilus_properties_window_parent_class)->finalize (object);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]