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

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

Remove dead code

Change-Id: Ide9196aa348cd3846b5c71d51fe6538f38ea8dc2
parent 5c6ba3ad
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -113,8 +113,6 @@ AudioMixer::AudioMixer(size_t frameCount, uint32_t sampleRate, uint32_t maxNumTr
    // AudioMixer is not yet capable of multi-channel output beyond stereo
    ALOG_ASSERT(2 == MAX_NUM_CHANNELS, "bad MAX_NUM_CHANNELS %d", MAX_NUM_CHANNELS);

    LocalClock lc;

    pthread_once(&sOnceControl, &sInitRoutine);

    mState.enabledTracks= 0;