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

Commit 05163541 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Remove dead AudioTrack::setAttributesFromStreamType()

Change-Id: I34feb3f9df49458f8a81ddcced4dd769fdaca945
parent 32860f77
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
    {