From 1455254d412f5308fc633201b7f1a54811d5b486 Mon Sep 17 00:00:00 2001 From: Junxiao Shi Date: Tue, 2 Jul 2024 20:05:05 -0400 Subject: [PATCH] camera: delete deprecated Camera::StreamMjpegConfig --- src/esp32cam.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/esp32cam.h b/src/esp32cam.h index a17b384..9f96a57 100644 --- a/src/esp32cam.h +++ b/src/esp32cam.h @@ -47,8 +47,6 @@ class CameraClass { */ std::unique_ptr capture(); - struct [[deprecated("use esp32cam::MjpegConfig")]] StreamMjpegConfig : MjpegConfig{}; - /** * @brief Stream Motion JPEG. * @pre The camera has been initialized to JPEG mode.