mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 19:48:39 +00:00
[camera, camera_encoder] Remove stored RAMAllocator member (#13997)
This commit is contained in:
@@ -16,7 +16,6 @@ class EncoderBufferImpl : public camera::EncoderBuffer {
|
||||
~EncoderBufferImpl() override;
|
||||
|
||||
protected:
|
||||
RAMAllocator<uint8_t> allocator_;
|
||||
size_t capacity_{};
|
||||
size_t size_{};
|
||||
uint8_t *data_{};
|
||||
|
||||
Reference in New Issue
Block a user