aboutsummaryrefslogtreecommitdiff
path: root/common_audio/wav_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'common_audio/wav_header.h')
-rw-r--r--common_audio/wav_header.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common_audio/wav_header.h b/common_audio/wav_header.h
index a519ba556f..0c83d8d84d 100644
--- a/common_audio/wav_header.h
+++ b/common_audio/wav_header.h
@@ -22,8 +22,6 @@ class ReadableWav {
public:
// Returns the number of bytes read.
virtual size_t Read(void* buf, size_t num_bytes) = 0;
- // Returns true if the end-of-file has been reached.
- virtual bool Eof() const = 0;
virtual bool SeekForward(uint32_t num_bytes) = 0;
virtual ~ReadableWav() = default;
};