diff options
author | Christian Hesse <mail@eworm.de> | 2024-01-31 15:34:40 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-31 23:10:15 +0100 |
commit | b548ffee5943d077ec3db352f7a08f075850ce26 (patch) | |
tree | 80ec9e4307edfe5928de47e6f1b54fc74ce65964 | |
parent | ed28ade712e6ba3e699aacdce42a2c7f98a04245 (diff) |
global-functions: $MkDir: drop declaration of unused functions
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 66dc9fa..452b9d1 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -713,9 +713,7 @@ :set MkDir do={ :local Path [ :tostr $1 ]; - :global CharacterReplace; :global CleanFilePath; - :global GetRandom20CharAlNum; :global LogPrintExit2; :global WaitForFile; |