From 2e5cdc1e264dbde0f676de25444beef753bd8875 Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Mon, 17 Jan 2005 16:54:41 +0000 Subject: [PATCH] Removed misleading comment git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10803 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/print/drivers/pcl6/DeltaRowCompression.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/add-ons/print/drivers/pcl6/DeltaRowCompression.h b/src/add-ons/print/drivers/pcl6/DeltaRowCompression.h index 0d2d4705bb..5fd446cc65 100644 --- a/src/add-ons/print/drivers/pcl6/DeltaRowCompression.h +++ b/src/add-ons/print/drivers/pcl6/DeltaRowCompression.h @@ -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);