diff options
Diffstat (limited to 'linden/indra/newview/llfloaterworldmap.h')
-rw-r--r-- | linden/indra/newview/llfloaterworldmap.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llfloaterworldmap.h b/linden/indra/newview/llfloaterworldmap.h index 1757f86..b98bbbb 100644 --- a/linden/indra/newview/llfloaterworldmap.h +++ b/linden/indra/newview/llfloaterworldmap.h | |||
@@ -108,6 +108,9 @@ public: | |||
108 | // Catch changes in the sim list | 108 | // Catch changes in the sim list |
109 | void updateSims(bool found_null_sim); | 109 | void updateSims(bool found_null_sim); |
110 | 110 | ||
111 | // teleport to the tracked item, if there is one | ||
112 | void teleport(); | ||
113 | |||
111 | protected: | 114 | protected: |
112 | static void onPanBtn( void* userdata ); | 115 | static void onPanBtn( void* userdata ); |
113 | 116 | ||
@@ -123,7 +126,7 @@ protected: | |||
123 | 126 | ||
124 | static void onClearBtn(void*); | 127 | static void onClearBtn(void*); |
125 | static void onFlyBtn(void*); | 128 | static void onFlyBtn(void*); |
126 | static void onTeleportBtn(void*); | 129 | static void onClickTeleportBtn(void*); |
127 | static void onShowTargetBtn(void*); | 130 | static void onShowTargetBtn(void*); |
128 | static void onShowAgentBtn(void*); | 131 | static void onShowAgentBtn(void*); |
129 | static void onCopySLURL(void*); | 132 | static void onCopySLURL(void*); |
@@ -136,9 +139,6 @@ protected: | |||
136 | // fly to the tracked item, if there is one | 139 | // fly to the tracked item, if there is one |
137 | void fly(); | 140 | void fly(); |
138 | 141 | ||
139 | // teleport to the tracked item, if there is one | ||
140 | void teleport(); | ||
141 | |||
142 | void buildLandmarkIDLists(); | 142 | void buildLandmarkIDLists(); |
143 | static void onGoToLandmarkDialog(S32 option,void* userdata); | 143 | static void onGoToLandmarkDialog(S32 option,void* userdata); |
144 | void flyToLandmark(); | 144 | void flyToLandmark(); |