Browse Source

* Remove wrong line

Michaël Van Canneyt 9 months ago
parent
commit
4e4f1ec4de
1 changed files with 0 additions and 1 deletions
  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);