mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibVideo: Remove unused BooleanDecoder::bits_remaining()
This commit is contained in:
parent
a0a860fa07
commit
35883c337f
2 changed files with 0 additions and 6 deletions
|
@ -62,11 +62,6 @@ ErrorOr<u8> BooleanDecoder::read_literal(u8 bits)
|
|||
return return_value;
|
||||
}
|
||||
|
||||
size_t BooleanDecoder::bits_remaining() const
|
||||
{
|
||||
return m_bits_left;
|
||||
}
|
||||
|
||||
/* 9.2.3 */
|
||||
ErrorOr<void> BooleanDecoder::finish_decode()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue