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

Commit d74da324 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix -Wdefaulted-function-deleted warnings."

parents 782141c7 b3f83f57
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ public :
    ExternalVibration(int32_t uid, std::string pkg, const audio_attributes_t& attrs,
            sp<IExternalVibrationController> controller);
    virtual ~ExternalVibration() = default;
    ExternalVibration(const ExternalVibration&) = default;

    bool operator==(const ExternalVibration&) const;

+0 −2
Original line number Diff line number Diff line
@@ -148,8 +148,6 @@ public:
    bool hasProtectedLayers() const;

private:
    CachedSet() = default;

    const NonBufferHash mFingerprint;
    std::chrono::steady_clock::time_point mLastUpdate = std::chrono::steady_clock::now();
    std::vector<Layer> mLayers;