소스 검색

* 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}