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 @@ -67,9 +67,6 @@ static gpointer parent_class = NULL;
67
67
static GType sli_child_types [3 ] = { 0 };
68
68
static GType sli_virt_types [3 ] = { 0 };
69
69
70
- /* for chaining to original file-name property */
71
- static IpatchItemClass * base_item_class ;
72
-
73
70
74
71
/* Spectralis item type creation function */
75
72
GType
@@ -102,9 +99,6 @@ ipatch_sli_class_init(IpatchSLIClass *klass)
102
99
IpatchItemClass * item_class = IPATCH_ITEM_CLASS (klass );
103
100
IpatchContainerClass * container_class = IPATCH_CONTAINER_CLASS (klass );
104
101
105
- /* save original base class for chaining file-name property */
106
- base_item_class = IPATCH_ITEM_CLASS (g_type_class_ref (IPATCH_TYPE_BASE ));
107
-
108
102
parent_class = g_type_class_peek_parent (klass );
109
103
110
104
obj_class -> get_property = ipatch_sli_get_property ;
You can’t perform that action at this time.
0 commit comments