diff options
Diffstat (limited to 'src/corelib/render')
-rw-r--r-- | src/corelib/render/software/Agg2D.pas | 2 |
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; |