File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,6 @@ struct _EomListStorePrivate {
4242 GMutex mutex ; /* Mutex for saving the jobs in the model */
4343};
4444
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-
5845static void
5946foreach_monitors_free (gpointer data , gpointer user_data )
6047{
@@ -93,7 +80,6 @@ eom_list_store_class_init (EomListStoreClass *klass)
9380{
9481 GObjectClass * object_class = G_OBJECT_CLASS (klass );
9582
96- object_class -> finalize = eom_list_store_finalize ;
9783 object_class -> dispose = eom_list_store_dispose ;
9884
9985 g_type_class_add_private (object_class , sizeof (EomListStorePrivate ));
You can’t perform that action at this time.
0 commit comments