[image] Drop the unused stride_ member (#19353)

This commit is contained in:
J. Nick Koston
2026-09-17 11:17:56 +12:00
committed by GitHub
parent 9288311978
commit bb5c06c58a
-1
View File
@@ -54,7 +54,6 @@ class Image : public display::BaseImage {
const uint8_t *data_start_;
Transparency transparency_;
size_t bpp_{};
size_t stride_{};
#ifdef USE_LVGL
lv_img_dsc_t dsc_{};
#endif