Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7fbac3c authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

camera: Remove histogram commands

Change-Id: Ice4012922936ee1d0f9005797f72f9f2b38b951c
parent f6c28026
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -196,12 +196,6 @@ enum {
     * count is non-positive or too big to be realized.
     */
    CAMERA_CMD_SET_VIDEO_BUFFER_COUNT = 10,

#ifdef QCOM_HARDWARE
    CAMERA_CMD_HISTOGRAM_ON     = 10,
    CAMERA_CMD_HISTOGRAM_OFF     = 11,
    CAMERA_CMD_HISTOGRAM_SEND_DATA  = 12,
#endif
#endif

};