瀏覽代碼

* Fixed bug #8033, removed longrec, so sysutils version is used

git-svn-id: trunk@5901 -
michael 18 年之前
父節點
當前提交
aaec51dd3f
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      rtl/objpas/classes/compon.inc

+ 0 - 5
rtl/objpas/classes/compon.inc

@@ -15,11 +15,6 @@
 {*                             TComponent                                   *}
 {****************************************************************************}
 
-Type
-  Longrec = Packed Record
-    Hi,lo : word;
-    end;
-
 Function  TComponent.GetComponent(AIndex: Integer): TComponent;
 
 begin