@@ -102,35 +102,30 @@ const mbfl_encoding mbfl_encoding_cp50222 = {
102
102
const struct mbfl_identify_vtbl vtbl_identify_jis_ms = {
103
103
mbfl_no_encoding_jis_ms ,
104
104
mbfl_filt_ident_common_ctor ,
105
- mbfl_filt_ident_common_dtor ,
106
105
mbfl_filt_ident_jis_ms
107
106
};
108
107
109
108
const struct mbfl_identify_vtbl vtbl_identify_cp50220 = {
110
109
mbfl_no_encoding_cp50220 ,
111
110
mbfl_filt_ident_common_ctor ,
112
- mbfl_filt_ident_common_dtor ,
113
111
mbfl_filt_ident_cp50220
114
112
};
115
113
116
114
const struct mbfl_identify_vtbl vtbl_identify_cp50220raw = {
117
115
mbfl_no_encoding_cp50220raw ,
118
116
mbfl_filt_ident_common_ctor ,
119
- mbfl_filt_ident_common_dtor ,
120
117
mbfl_filt_ident_cp50220
121
118
};
122
119
123
120
const struct mbfl_identify_vtbl vtbl_identify_cp50221 = {
124
121
mbfl_no_encoding_cp50221 ,
125
122
mbfl_filt_ident_common_ctor ,
126
- mbfl_filt_ident_common_dtor ,
127
123
mbfl_filt_ident_cp50221
128
124
};
129
125
130
126
const struct mbfl_identify_vtbl vtbl_identify_cp50222 = {
131
127
mbfl_no_encoding_cp50222 ,
132
128
mbfl_filt_ident_common_ctor ,
133
- mbfl_filt_ident_common_dtor ,
134
129
mbfl_filt_ident_cp50222
135
130
};
136
131
0 commit comments