Removed misleading comment
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10803 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f04964923d
commit
2e5cdc1e26
@ -76,8 +76,6 @@ private:
|
||||
int CompressRaw(const uchar* row, bool updateSeedRow, bool updateDeltaRow);
|
||||
|
||||
// write byte to delta row and calculate size of delta row
|
||||
// If a client overrides this method and wants to calculate the
|
||||
// size of the delta row the method must be called.
|
||||
void Put(uchar byte) {
|
||||
if (fUpdateDeltaRow) {
|
||||
AppendByteToDeltaRow(byte);
|
||||
|
Loading…
Reference in New Issue
Block a user