mirror of
https://github.com/esphome/esphome.git
synced 2026-09-18 02:28:42 +00:00
[image] Drop the unused stride_ member (#19353)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user