summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/render/software/Agg2D.pas2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/render/software/Agg2D.pas b/src/corelib/render/software/Agg2D.pas
index 322b8baf..f4bab605 100644
--- a/src/corelib/render/software/Agg2D.pas
+++ b/src/corelib/render/software/Agg2D.pas
@@ -135,8 +135,6 @@ const
{ TYPES DEFINITION }
type
- PDouble = ^double;
-
PAggColor = ^TAggColor;
TAggColor = rgba8;