瀏覽代碼

* remove useless redefinitions

git-svn-id: trunk@11338 -
Almindor 17 年之前
父節點
當前提交
68fffefb33
共有 2 個文件被更改,包括 0 次插入18 次删除
  1. 0 9
      packages/gtk1/src/gdk/gdk.pp
  2. 0 9
      packages/gtk1/src/gtk/gtk.pp

+ 0 - 9
packages/gtk1/src/gdk/gdk.pp

@@ -71,15 +71,6 @@ uses
   {$endif}
 {$endif}
 
-Type
-  PLongint  = ^Longint;
-  PByte     = ^Byte;
-  PWord     = ^Word;
-  PINteger  = ^Integer;
-  PCardinal = ^Cardinal;
-  PReal     = ^Real;
-  PDouble   = ^Double;
-
 {$define gdk_include_files}
 
 {$define read_interface}

+ 0 - 9
packages/gtk1/src/gtk/gtk.pp

@@ -73,15 +73,6 @@ uses
   {$endif}
 {$endif}
 
-Type
-  PLongint  = ^Longint;
-  PByte     = ^Byte;
-  PWord     = ^Word;
-  PINteger  = ^Integer;
-  PCardinal = ^Cardinal;
-  PReal     = ^Real;
-  PDouble   = ^Double;
-
 {$define gtk_include_files}
 
 {$define read_interface}