File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,6 @@ struct _EomListStorePrivate {
42
42
GMutex mutex ; /* Mutex for saving the jobs in the model */
43
43
};
44
44
45
- static void
46
- eom_list_store_finalize (GObject * object )
47
- {
48
- EomListStore * store = EOM_LIST_STORE (object );
49
-
50
- if (store -> priv != NULL ) {
51
- g_free (store -> priv );
52
- store -> priv = NULL ;
53
- }
54
-
55
- G_OBJECT_CLASS (eom_list_store_parent_class )-> finalize (object );
56
- }
57
-
58
45
static void
59
46
foreach_monitors_free (gpointer data , gpointer user_data )
60
47
{
@@ -93,7 +80,6 @@ eom_list_store_class_init (EomListStoreClass *klass)
93
80
{
94
81
GObjectClass * object_class = G_OBJECT_CLASS (klass );
95
82
96
- object_class -> finalize = eom_list_store_finalize ;
97
83
object_class -> dispose = eom_list_store_dispose ;
98
84
99
85
g_type_class_add_private (object_class , sizeof (EomListStorePrivate ));
You can’t perform that action at this time.
0 commit comments