diff options
| author | bunnei <bunneidev@gmail.com> | 2022-09-15 13:50:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 13:50:13 -0700 |
| commit | e85bda5f31763359b69fbcad5c121995e1ad7074 (patch) | |
| tree | cd9e85c7fabb334f2d19c20e3eb36c22e1883a21 /src/audio_core/sink/sink_stream.h | |
| parent | b5a06bc419a4baf21e22f69c4b6e61e0d2137e5b (diff) | |
| parent | e93e898df528d013e2e0cfeba22e2b6d76bf99b6 (diff) | |
Merge pull request #8878 from Kelebek1/remove_pause
Remove pause callbacks from coretiming
Diffstat (limited to 'src/audio_core/sink/sink_stream.h')
| -rw-r--r-- | src/audio_core/sink/sink_stream.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio_core/sink/sink_stream.h b/src/audio_core/sink/sink_stream.h index 5e9a86a10..9366ebbd3 100644 --- a/src/audio_core/sink/sink_stream.h +++ b/src/audio_core/sink/sink_stream.h @@ -220,8 +220,6 @@ protected: u32 device_channels{2}; /// Is this stream currently paused? std::atomic<bool> paused{true}; - /// Was this stream previously playing? - std::atomic<bool> was_playing{false}; /// Name of this stream std::string name{}; |
