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

Commit 70be725d authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Remove unused AudioRecord::channels()

It was declared but never implemented or called.

Change-Id: If5846147fcbd7f6d4187971e2044dd6fd3252b42
parent 868a6a35
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -190,7 +190,6 @@ public:

            audio_format_t format() const;
            int         channelCount() const;
            int         channels() const;
            uint32_t    frameCount() const;
            size_t      frameSize() const;
            audio_source_t inputSource() const;