Skip to content

Commit

Permalink
camera: delete deprecated Camera::StreamMjpegConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Jul 3, 2024
1 parent b0e548f commit 1455254
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/esp32cam.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class CameraClass {
*/
std::unique_ptr<Frame> capture();

struct [[deprecated("use esp32cam::MjpegConfig")]] StreamMjpegConfig : MjpegConfig{};

/**
* @brief Stream Motion JPEG.
* @pre The camera has been initialized to JPEG mode.
Expand Down

0 comments on commit 1455254

Please sign in to comment.