|
@@ -1017,8 +1017,6 @@ begin
|
|
end;
|
|
end;
|
|
|
|
|
|
function GetAttribute(AttributeTable: PAttributeTable; AttributeNr: Word): TCustomAttribute;
|
|
function GetAttribute(AttributeTable: PAttributeTable; AttributeNr: Word): TCustomAttribute;
|
|
-var
|
|
|
|
- AttributeProcList: TAttributeProcList;
|
|
|
|
begin
|
|
begin
|
|
if (AttributeTable=nil) or (AttributeNr>=AttributeTable^.AttributeCount) then
|
|
if (AttributeTable=nil) or (AttributeNr>=AttributeTable^.AttributeCount) then
|
|
result := nil
|
|
result := nil
|