File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,6 @@ static gpointer parent_class = NULL;
74
74
static GType dls2_child_types [3 ] = { 0 };
75
75
static GType dls2_virt_types [4 ] = { 0 };
76
76
77
- /* for chaining to original file-name property */
78
- static IpatchItemClass * base_item_class ;
79
-
80
77
81
78
82
79
/* SoundFont item type creation function */
@@ -111,9 +108,6 @@ ipatch_dls2_class_init(IpatchDLS2Class *klass)
111
108
IpatchContainerClass * container_class = IPATCH_CONTAINER_CLASS (klass );
112
109
IpatchBaseClass * base_class = IPATCH_BASE_CLASS (klass );
113
110
114
- /* save original base class for chaining file-name property */
115
- base_item_class = IPATCH_ITEM_CLASS (g_type_class_ref (IPATCH_TYPE_BASE ));
116
-
117
111
parent_class = g_type_class_peek_parent (klass );
118
112
119
113
obj_class -> finalize = ipatch_dls2_finalize ;
You can’t perform that action at this time.
0 commit comments