diff options
Diffstat (limited to 'hscript')
-rw-r--r-- | hscript/script.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hscript/script.hh b/hscript/script.hh index 98f79af..881c9d6 100644 --- a/hscript/script.hh +++ b/hscript/script.hh @@ -29,9 +29,6 @@ public: /*! Determines if the HorizonScript is valid. */ bool isValid(); - /*! Returns a list of errors found while parsing and validating the script. */ - std::vector<std::string> scriptErrors(); - private: struct ScriptPrivate; /*! Internal data. */ |