summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink/sdl2_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_core/sink/sdl2_sink.h')
-rw-r--r--src/audio_core/sink/sdl2_sink.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/audio_core/sink/sdl2_sink.h b/src/audio_core/sink/sdl2_sink.h
index b00f55849..f01eddc1b 100644
--- a/src/audio_core/sink/sdl2_sink.h
+++ b/src/audio_core/sink/sdl2_sink.h
@@ -51,16 +51,6 @@ public:
void CloseStreams() override;
/**
- * Pause all streams.
- */
- void PauseStreams() override;
-
- /**
- * Unpause all streams.
- */
- void UnpauseStreams() override;
-
- /**
* Get the device volume. Set from calls to the IAudioDevice service.
*
* @return Volume of the device.