diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-03-14 12:39:10 +0200 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-03-14 13:04:32 +0200 |
| commit | 5b23e28703dd6bb2dfee6fc9a446679467d4ab99 (patch) | |
| tree | af8da50a24936b504102cfa04164545904b745ba /indra/newview/llscripteditor.h | |
| parent | 8c7a5bdd988ad8f0255745336965177c7ed9ff3f (diff) | |
#3731 Remove unused code
Diffstat (limited to 'indra/newview/llscripteditor.h')
| -rw-r--r-- | indra/newview/llscripteditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llscripteditor.h b/indra/newview/llscripteditor.h index 1586a43160..ba44d77ea0 100644 --- a/indra/newview/llscripteditor.h +++ b/indra/newview/llscripteditor.h @@ -54,6 +54,7 @@ public: LLKeywords::keyword_iterator_t keywordsEnd(); LLKeywords& getKeywords(); bool getIsLuauLanguage() { return mLuauLanguage; } + void setLuauLanguage(bool luau_language) { mLuauLanguage = luau_language; } static std::string getScriptFontSize(); LLFontGL* getScriptFont(); |
