summaryrefslogtreecommitdiff
path: root/packages/x11
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/x11
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/x11')
-rw-r--r--packages/x11/src/x.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/x11/src/x.pp b/packages/x11/src/x.pp
index 970102d24a..3488a917b6 100644
--- a/packages/x11/src/x.pp
+++ b/packages/x11/src/x.pp
@@ -19,19 +19,8 @@ uses
x.h
}
-{ Pointers to basic pascal types, inserted by h2pas conversion program.}
-Type
- PPLongint = ^PLongint;
- PPByte = ^PByte;
- PPChar = ^PChar;
- PPPChar = ^PPChar;
- PPWideChar = ^PWideChar;
- PPPWideChar = ^PPWideChar;
-
-
{$PACKRECORDS C}
-
const
X_PROTOCOL = 11;
X_PROTOCOL_REVISION = 0;