summaryrefslogtreecommitdiff
path: root/indra/newview/llscripteditor.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2025-03-07 05:01:56 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2025-03-07 08:54:00 +0200
commit668c8c61a12842d33cb83b79ba3d68ba3db7aa8b (patch)
treee6c9f94b6984c51dddaf7bc896f925ba737af9b4 /indra/newview/llscripteditor.h
parent359f604a8d92294c782f41a4383ffe6f63753589 (diff)
#3422 Code cleanup
Diffstat (limited to 'indra/newview/llscripteditor.h')
-rw-r--r--indra/newview/llscripteditor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llscripteditor.h b/indra/newview/llscripteditor.h
index ad61405917..1586a43160 100644
--- a/indra/newview/llscripteditor.h
+++ b/indra/newview/llscripteditor.h
@@ -67,8 +67,6 @@ private:
void drawLineNumbers();
/* virtual */ void updateSegments();
/* virtual */ void drawSelectionBackground();
- void loadKeywords(const std::string& filename_keywords,
- const std::string& filename_colors);
LLKeywords mKeywordsLua;
LLKeywords mKeywordsLSL;