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

Commit b6caa816 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Remove dead AudioTrack::setAttributesFromStreamType()"

parents 8681bd84 05163541
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -625,8 +625,6 @@ protected:
                        AudioTrack(const AudioTrack& other);
            AudioTrack& operator = (const AudioTrack& other);

            void        setAttributesFromStreamType(audio_stream_type_t streamType);

    /* a small internal class to handle the callback */
    class AudioTrackThread : public Thread
    {