mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
remove cruft canAppendBytes() method
This commit is contained in:
parent
4d4b97fe59
commit
426b343e2c
1 changed files with 0 additions and 2 deletions
|
@ -188,8 +188,6 @@ public:
|
|||
bool appendRawData(const unsigned char* data, int length);
|
||||
bool appendRawData(QByteArray data);
|
||||
|
||||
bool canAppendBytes(int numBytes) const { return _bytesAvailable > numBytes; }
|
||||
|
||||
/// returns a byte offset from beginning of the uncompressed stream based on offset from end.
|
||||
/// Positive offsetFromEnd returns that many bytes before the end of uncompressed stream
|
||||
int getUncompressedByteOffset(int offsetFromEnd = 0) const { return _bytesInUse - offsetFromEnd; }
|
||||
|
|
Loading…
Reference in a new issue