summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermap.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2022-02-18 14:35:59 -0800
committerCosmic Linden <cosmic@lindenlab.com>2022-04-05 11:55:33 -0700
commitf1b7ba6c284605f2104896d7316e74b1e436e821 (patch)
tree64aa13ca8b50f9ff76d43c08aa81072f561cfaa8 /indra/newview/llfloatermap.h
parent6013e68ea2d2ca65bac912a295a8521c22a72325 (diff)
SL-16916: Update minimap context menu with new options and reworded existing options
Map rotation: Split minimap "Rotate Map" context menu option into two options: "North at top" and "Camera at top" Zoom: - Adjust minimap context menu zoom presets: New presets are "far", "medium", "close", and "very close" - Change default minimap zoom level from 128 to 64 - Currently selected minimap zoom level is now checked About Land: Add "About Land" button to minimap context menu Reword: Rearrange and adjust capitalization of the various context menu options Code change: Remove unused zoom handling code in LLFloaterMap
Diffstat (limited to 'indra/newview/llfloatermap.h')
-rw-r--r--indra/newview/llfloatermap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatermap.h b/indra/newview/llfloatermap.h
index ff2fb20535..929b1795aa 100644
--- a/indra/newview/llfloatermap.h
+++ b/indra/newview/llfloatermap.h
@@ -48,7 +48,6 @@ public:
/*virtual*/ void draw();
private:
- void handleZoom(const LLSD& userdata);
void setDirectionPos( LLTextBox* text_box, F32 rotation );
void updateMinorDirections();