From b7d9264751d18edefe2b4a86d72b480823fd47b9 Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Mon, 6 Apr 2015 10:51:58 +0200 Subject: Clean up unused local variables --- src/corelib/render/software/Agg2D.pas | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/corelib/render/software/Agg2D.pas') diff --git a/src/corelib/render/software/Agg2D.pas b/src/corelib/render/software/Agg2D.pas index 229294d2..08801228 100644 --- a/src/corelib/render/software/Agg2D.pas +++ b/src/corelib/render/software/Agg2D.pas @@ -995,7 +995,6 @@ end; function fpgColor2AggColor(c: TfpgColor): TAggColor; var t: TRGBTriple; - c1: TfpgColor; begin t := fpgColorToRGBTriple(c); Result.Construct(t.Red, t.Green, t.Blue, t.Alpha); @@ -2653,9 +2652,6 @@ procedure TAgg2D.Font( italic : boolean = false; cache : TAggFontCacheType = AGG_VectorFontCache; angle : double = 0.0 ); -var - b : int; - begin m_textAngle :=angle; m_fontHeight :=height; @@ -3568,7 +3564,6 @@ end; {$ENDIF} {$IFDEF UNIX} var - s: TfpgString; i: integer; fnt: TFontCacheItem; lSize: double; -- cgit v1.2.3-70-g09d2