mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:07:54 +02:00
- the setter for tloadnode.procdef is not used, so remove it so that that tloadnode.setprocdef can be extended
This commit is contained in:
parent
4aeb1ee223
commit
feb79e0068
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user