diff options
Diffstat (limited to 'src/ffluci/util.lua')
-rw-r--r-- | src/ffluci/util.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ffluci/util.lua b/src/ffluci/util.lua index a33d141e6..dfc88e3e4 100644 --- a/src/ffluci/util.lua +++ b/src/ffluci/util.lua @@ -205,10 +205,4 @@ function validate(value, cast_number, cast_int) end return value -end - - --- Returns the filename of the calling script -function __file__() - return debug.getinfo(2, 'S').source:sub(2) end
\ No newline at end of file |