diff options
| author | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2022-09-10 21:14:03 +0100 |
|---|---|---|
| committer | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2022-09-13 13:20:35 +0100 |
| commit | e93e898df528d013e2e0cfeba22e2b6d76bf99b6 (patch) | |
| tree | ab921a035ce71311c126a1af7cb2bbcbfef6d024 /src/audio_core/sink/sink_stream.h | |
| parent | cd4b9bffb2d42b1f8d4386b251a35344891df55a (diff) | |
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 db7cff45e..9aada54f1 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{}; |
