diff options
Diffstat (limited to 'src/audio_core/stream.h')
| -rw-r--r-- | src/audio_core/stream.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/audio_core/stream.h b/src/audio_core/stream.h index 00f991733..049b92ca9 100644 --- a/src/audio_core/stream.h +++ b/src/audio_core/stream.h | |||
| @@ -69,9 +69,6 @@ public: | |||
| 69 | /// Gets the number of channels | 69 | /// Gets the number of channels |
| 70 | u32 GetNumChannels() const; | 70 | u32 GetNumChannels() const; |
| 71 | 71 | ||
| 72 | /// Gets the sample size in bytes | ||
| 73 | u32 GetSampleSize() const; | ||
| 74 | |||
| 75 | private: | 72 | private: |
| 76 | /// Current state of the stream | 73 | /// Current state of the stream |
| 77 | enum class State { | 74 | enum class State { |