diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-03-31 19:06:06 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-31 19:06:06 +0300 |
| commit | 515c1f15d835f1e8c45828722d8ad91b0604408c (patch) | |
| tree | 7fe888f53c0d622737f9a96ae25cc6b7a4ad9147 /indra/newview/llfloatersnapshot.h | |
| parent | fcc8ffda16ee409e5952e3ca1d872bee786514df (diff) | |
#3044 Add option to hide L$ balance for Snapshots with Interface showing
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
| -rw-r--r-- | indra/newview/llfloatersnapshot.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index 6df851b839..186d9c41cf 100644 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -103,8 +103,7 @@ public: static void onClickAutoSnap(LLUICtrl *ctrl, void* data); static void onClickNoPost(LLUICtrl *ctrl, void* data); static void onClickFilter(LLUICtrl *ctrl, void* data); - static void onClickUICheck(LLUICtrl *ctrl, void* data); - static void onClickHUDCheck(LLUICtrl *ctrl, void* data); + static void onClickDisplaySetting(LLUICtrl *ctrl, void* data); static void onCommitFreezeFrame(LLUICtrl* ctrl, void* data); virtual LLPanelSnapshot* getActivePanel(LLFloaterSnapshotBase* floater, bool ok_if_not_found = true) = 0; |
