From bc708581a4f10872ec3f8bd037e791b6be5a550d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 5 Oct 2019 20:32:16 -0500 Subject: Remove error list from Script, unneeded --- hscript/script.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'hscript/script.hh') 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 scriptErrors(); - private: struct ScriptPrivate; /*! Internal data. */ -- cgit v1.2.3-60-g2f50