summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2026-07-24 09:01:18 -0700
committerRider Linden <rider@lindenlab.com>2026-07-24 09:01:18 -0700
commitae6997dc22c2597c8a84be53011587c8a031b77b (patch)
tree755c20e5096922c4da94f385957e2bf4721373f5
parent5101e69367293d6d47bdb7383eabe7993e055050 (diff)
Forgot to remove something from the header.
-rw-r--r--indra/newview/llscripteditorws.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llscripteditorws.h b/indra/newview/llscripteditorws.h
index de64b6946d..69c7e1a8e1 100644
--- a/indra/newview/llscripteditorws.h
+++ b/indra/newview/llscripteditorws.h
@@ -354,6 +354,4 @@ private:
static constexpr F32 CLEANUP_INTERVAL = 60.0f; // seconds
static constexpr F32 CONNECTION_TIMEOUT = 300.0f; // 5 minutes
- LLCachedControl<bool> *mEnableScriptEditorWS;
- LLCachedControl<bool> *mTightIntegration;
};