File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
shared-module/bitmapfilter Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -193,8 +193,6 @@ void shared_module_bitmapfilter_morph(
193
193
const int32_t m_int = (int32_t )MICROPY_FLOAT_C_FUN (round )(65536 * m );
194
194
const int32_t b_int = (int32_t )MICROPY_FLOAT_C_FUN (round )(65536 * COLOR_G6_MAX * b );
195
195
196
- check_matching_details (bitmap , bitmap );
197
-
198
196
switch (bitmap -> bits_per_value ) {
199
197
default :
200
198
mp_raise_ValueError (MP_ERROR_TEXT ("unsupported bitmap depth" ));
@@ -308,8 +306,6 @@ void shared_module_bitmapfilter_mix(
308
306
wt [i ] = (int32_t )MICROPY_FLOAT_C_FUN (round )(scale * weights [i ]);
309
307
}
310
308
311
- check_matching_details (bitmap , bitmap );
312
-
313
309
switch (bitmap -> bits_per_value ) {
314
310
default :
315
311
mp_raise_ValueError (MP_ERROR_TEXT ("unsupported bitmap depth" ));
You can’t perform that action at this time.
0 commit comments