Browse Source

- the setter for tloadnode.procdef is not used, so remove it so that that tloadnode.setprocdef can be extended

Sven/Sarah Barth 1 year ago
parent
commit
feb79e0068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/nld.pas

+ 1 - 1
compiler/nld.pas

@@ -78,7 +78,7 @@ interface
           procedure XMLPrintNodeData(var T: Text); override;
 {$endif DEBUG_NODE_XML}
           procedure setprocdef(p : tprocdef);
-          property procdef: tprocdef read fprocdef write setprocdef;
+          property procdef: tprocdef read fprocdef;
        end;
        tloadnodeclass = class of tloadnode;