summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelhome.h
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2009-12-08 10:28:45 +0000
committerLynx Linden <lynx@lindenlab.com>2009-12-08 10:28:45 +0000
commitda2a0385ae6ee8962ed5d4f991df95df13d8e89a (patch)
tree702262739e307c2ce487c439805bcb331f083234 /indra/newview/llpanelhome.h
parent5df04533f67abc3e0dce520d0ddb8d70bc7cae27 (diff)
DEV-43439: Remove Back/Forward/Home buttons from Home side panel.
As per request from Yoz. They will add navigation buttons to the actual HTML content.
Diffstat (limited to 'indra/newview/llpanelhome.h')
-rw-r--r--indra/newview/llpanelhome.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelhome.h b/indra/newview/llpanelhome.h
index b5ca48b23f..dfeca45b29 100644
--- a/indra/newview/llpanelhome.h
+++ b/indra/newview/llpanelhome.h
@@ -53,10 +53,6 @@ public:
/*virtual*/ BOOL postBuild();
/*virtual*/ void onOpen(const LLSD& key);
- static void onClickBack(void* user_data);
- static void onClickForward(void* user_data);
- static void onClickHome(void* user_data);
-
private:
// inherited from LLViewerMediaObserver
/*virtual*/ void handleMediaEvent(LLPluginClassMedia *self, EMediaEvent event);