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

Commit f2705733 authored by Kwangkyu Park's avatar Kwangkyu Park Committed by Shuzhen Wang
Browse files

Camera: Remove dangling function declaration

declaration of the notify() with additional arguments does not have a
matching definition. Remove the declaration.

Test: m libcameraservice
Change-Id: I905715157d6240b7e61fa3cf8531ca385af99c7d
parent a7eb5ff7
Loading
Loading
Loading
Loading
+2 −6
Original line number Original line Diff line number Diff line
@@ -78,10 +78,6 @@ namespace camera3 {
            const std::vector<aidl::android::hardware::camera::device::PhysicalCameraMetadata>
            const std::vector<aidl::android::hardware::camera::device::PhysicalCameraMetadata>
                    &physicalCameraMetadata);
                    &physicalCameraMetadata);


    void notify(CaptureOutputStates& states,
        const aidl::android::hardware::camera::device::NotifyMsg& msg,
        bool hasReadoutTime, uint64_t readoutTime);

    void notify(CaptureOutputStates& states,
    void notify(CaptureOutputStates& states,
            const aidl::android::hardware::camera::device::NotifyMsg& msg,
            const aidl::android::hardware::camera::device::NotifyMsg& msg,
            bool hasReadoutTimestamp);
            bool hasReadoutTimestamp);