summaryrefslogtreecommitdiff
path: root/packages/fcl-extra
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-12-26 20:47:24 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-12-26 20:47:24 +0000
commit999d345190dd28e5a6665f7377a75cb89dd7bcf5 (patch)
treefe7f1be10592feafad55a7e6f259750ecdb938cc /packages/fcl-extra
parent2c80d5b0bdddddcaf64df3d6097ba745f6b3e0ff (diff)
downloadfpc-999d345190dd28e5a6665f7377a75cb89dd7bcf5.tar.gz
* cleaned up redundant declarations of types like PP(P)Char/Byte and moved them to the system unit
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14481 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fcl-extra')
-rw-r--r--packages/fcl-extra/src/win/ServiceManager.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/fcl-extra/src/win/ServiceManager.pas b/packages/fcl-extra/src/win/ServiceManager.pas
index f827a7ca46..ccdc90ee76 100644
--- a/packages/fcl-extra/src/win/ServiceManager.pas
+++ b/packages/fcl-extra/src/win/ServiceManager.pas
@@ -202,7 +202,6 @@ ResourceString
{$ifdef ver130}
Type
- PPChar = ^PChar;
PCharArray = Array[Word] of PChar;
PPCharArray = ^PCharArray;