remove deprecated (wrapper) function props.initNode()
This commit is contained in:
parent
55b7e3d8e0
commit
f263e693f2
1 changed files with 0 additions and 4 deletions
|
@ -138,10 +138,6 @@ Node.initNode = func(path, value = 0, type = nil) {
|
|||
else die("initNode(): unsupported type '" ~ type ~ "'");
|
||||
return prop;
|
||||
}
|
||||
# temporary compatibility wrapper [*** DEPRECATED ***]
|
||||
var initNode = func(path, value = 0, type = nil) {
|
||||
return props.globals.initNode(path, value, type);
|
||||
}
|
||||
|
||||
##
|
||||
# Useful debugging utility. Recursively dumps the full state of a
|
||||
|
|
Loading…
Add table
Reference in a new issue