From 3d94743ad3b8a77a69da9ba5252e62948c1207b7 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 20 Feb 2004 23:07:44 +0000 Subject: [PATCH] + Small improvements. More cosmetic in nature --- fcl/image/fpreadbmp.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fcl/image/fpreadbmp.pp b/fcl/image/fpreadbmp.pp index 4c44d8fac5..38a42674bb 100644 --- a/fcl/image/fpreadbmp.pp +++ b/fcl/image/fpreadbmp.pp @@ -178,7 +178,6 @@ procedure TFPReaderBMP.WriteScanLine(Row : Integer; Img : TFPCustomImage); Var Column : Integer; - AColor : TFPColor; begin Case BFI.BitCount of @@ -220,7 +219,10 @@ initialization end. { $Log$ -Revision 1.8 2004-02-20 23:00:35 michael +Revision 1.9 2004-02-20 23:07:44 michael ++ Small improvements. More cosmetic in nature + +Revision 1.8 2004/02/20 23:00:35 michael + Small improvements. More cosmetic in nature Revision 1.7 2004/02/20 22:42:44 michael