summaryrefslogtreecommitdiff
path: root/src/corelib/render/software/agg_color.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/render/software/agg_color.pas')
-rw-r--r--src/corelib/render/software/agg_color.pas3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/render/software/agg_color.pas b/src/corelib/render/software/agg_color.pas
index 3aadb4f4..05958f8d 100644
--- a/src/corelib/render/software/agg_color.pas
+++ b/src/corelib/render/software/agg_color.pas
@@ -244,13 +244,12 @@ end;
{ FROM_WAVELENGTH }
constructor aggclr.from_wavelength(wl ,gamma : double );
var
- tr ,tg ,tb ,ta ,s : double;
+ tr ,tg ,tb ,s : double;
begin
tr:=0;
tg:=0;
tb:=0;
- ta:=0;
if (wl >= 380.0 ) and
(wl <= 440.0 ) then