diff options
author | Lynx Linden <lynx@lindenlab.com> | 2009-12-08 10:28:45 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2009-12-08 10:28:45 +0000 |
commit | da2a0385ae6ee8962ed5d4f991df95df13d8e89a (patch) | |
tree | 702262739e307c2ce487c439805bcb331f083234 /indra/newview/llpanelhome.h | |
parent | 5df04533f67abc3e0dce520d0ddb8d70bc7cae27 (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.h | 4 |
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); |