Removed misleading comment

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10803 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2005-01-17 16:54:41 +00:00
parent f04964923d
commit 2e5cdc1e26

View File

@ -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);