소스 검색

* Remove wrong line

Michaël Van Canneyt 9 달 전
부모
커밋
4e4f1ec4de
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/fcl-openapi/src/fpopenapi.codegen.pp

+ 0 - 1
packages/fcl-openapi/src/fpopenapi.codegen.pp

@@ -496,7 +496,6 @@ begin
     lAPIData.DelphiTypes := Self.DelphiCode;
     lAPIData.ServiceNamePrefix := ServiceNamePrefix;
     lAPIData.ServiceNameSuffix := ServiceNameSuffix;
-    lAPIData.DtoInterfacePrefix:= DtoInterfacePrefix;
     PrepareAPIData(lAPIData);
     GenerateRecordDefs(lAPIData);
     GenerateSerializerDefs(lAPIData);