summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibAudio/MP3Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibAudio/MP3Loader.h')
-rw-r--r--Userland/Libraries/LibAudio/MP3Loader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Userland/Libraries/LibAudio/MP3Loader.h b/Userland/Libraries/LibAudio/MP3Loader.h
index 7e83c0e929..a0ef5ea8eb 100644
--- a/Userland/Libraries/LibAudio/MP3Loader.h
+++ b/Userland/Libraries/LibAudio/MP3Loader.h
@@ -72,9 +72,6 @@ private:
AK::Optional<MP3::MP3Frame> m_current_frame;
u32 m_current_frame_read;
- StringView m_path;
- OwnPtr<Core::Stream::SeekableStream> m_stream;
- Optional<Bytes const&> m_backing_memory;
OwnPtr<Core::Stream::BigEndianInputBitStream> m_bitstream;
DuplexMemoryStream m_bit_reservoir;
};