summaryrefslogtreecommitdiff
path: root/packages/gtk2
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/gtk2
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/gtk2')
-rw-r--r--packages/gtk2/src/glib/gtypes.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/gtk2/src/glib/gtypes.inc b/packages/gtk2/src/glib/gtypes.inc
index 5ee8479711..91cd6e4577 100644
--- a/packages/gtk2/src/glib/gtypes.inc
+++ b/packages/gtk2/src/glib/gtypes.inc
@@ -12,7 +12,6 @@
qword = Int64;
{$ENDIF}
- PPPchar = ^PPchar;
PPPgchar = ^PPgchar;
PPgchar = ^Pgchar;
{$IFNDEF KYLIX}