diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-12 19:27:07 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-03-12 19:27:07 +0200 |
commit | fc58688d815b6f7f569e485f7b352a728327b787 (patch) | |
tree | 483197a5137701b8b2525dc95286e47bfcd81ec5 | |
parent | 30c1207660aa66f3d7b139bbd5844b6f0a6f3844 (diff) | |
download | fpGUI-fc58688d815b6f7f569e485f7b352a728327b787.tar.xz |
agg: removed unnecessary contact information and unit history
-rw-r--r-- | src/corelib/render/software/Agg2D.pas | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/src/corelib/render/software/Agg2D.pas b/src/corelib/render/software/Agg2D.pas index 8367e1a0..a843ae1d 100644 --- a/src/corelib/render/software/Agg2D.pas +++ b/src/corelib/render/software/Agg2D.pas @@ -14,24 +14,12 @@ // This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. // -//---------------------------------------------------------------------------- -// Contact: mcseem@antigrain.com -// mcseemagg@yahoo.com -// http://www.antigrain.com -// -// [Pascal Port History] ----------------------------------------------------- // -// 22.11.2007-Milano: Unit port establishment -// 23.11.2007-Milano: Porting -// 11.12.2007-Milano: -"- -// 13.12.2007-Milano: -"- -// 13.01.2008-Milano: Finished OK // -{ Agg2D.pas } -unit - Agg2D ; -INTERFACE +unit Agg2D; + +interface {$I agg_mode.inc } |