diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-04-12 16:40:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 16:40:41 -0400 |
commit | 3a1a3bb9248939bfec431dc10814eb598591f78a (patch) | |
tree | 779f80cf4a91db7a43622a9a6d50edc66ce125a8 /indra/newview/llfloaterluascripts.h | |
parent | 7f9723bd5e05ea5318a56466578467f2755a6f4b (diff) | |
parent | 396ae60e1528515d0cbdfc4290b24ccb172998c8 (diff) |
Merge pull request #1152 from secondlife/lua-terminate-script
Add script termination option to 'Lua Scripts' floater
Diffstat (limited to 'indra/newview/llfloaterluascripts.h')
-rw-r--r-- | indra/newview/llfloaterluascripts.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterluascripts.h b/indra/newview/llfloaterluascripts.h index 548bbd10f6..932c5c78dd 100644 --- a/indra/newview/llfloaterluascripts.h +++ b/indra/newview/llfloaterluascripts.h @@ -46,7 +46,6 @@ private: std::unique_ptr<LLTimer> mUpdateTimer; LLScrollListCtrl* mScriptList; - std::string mTargetFolderPath; LLHandle<LLContextMenu> mContextMenuHandle; }; |