1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-04 10:43:08 +01:00

Remove unused member

This commit is contained in:
Paul Licameli
2018-08-12 07:51:14 -04:00
parent d59ed9026b
commit d55ca06db0

View File

@@ -585,8 +585,6 @@ private:
* If bOnlyBuffers is specified, it only cleans up the buffers. */ * If bOnlyBuffers is specified, it only cleans up the buffers. */
void StartStreamCleanup(bool bOnlyBuffers = false); void StartStreamCleanup(bool bOnlyBuffers = false);
PRCrossfadeData mCrossfadeData{};
#ifdef EXPERIMENTAL_MIDI_OUT #ifdef EXPERIMENTAL_MIDI_OUT
// MIDI_PLAYBACK: // MIDI_PLAYBACK:
PmStream *mMidiStream; PmStream *mMidiStream;