diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-12-05 21:14:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 21:14:29 +0100 |
commit | 9a96a2a06e2daacdcd90469c33e8f5f6dafa6958 (patch) | |
tree | 4069a4c5cee9ec31f9d2f5e888b2c31479921e73 /doc/classes | |
parent | 1587f45c2551a43db2808f2c5938095e19f060d2 (diff) | |
parent | fd1b94e307fadcb5a28d067e2bfac90fb8d55328 (diff) |
Merge pull request #14000 from mhilbrunner/issue-13950
Improve slang, especially in user-visible parts. Closes #13950.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 5655578459..deddaffdc6 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -1190,9 +1190,6 @@ <constant name="ERR_BUG" value="47" enum="Error"> Bug error </constant> - <constant name="ERR_WTF" value="49" enum="Error"> - WTF error (something probably went really wrong) - </constant> <constant name="PROPERTY_HINT_NONE" value="0" enum="PropertyHint"> No hint for edited property. </constant> |