diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-09-19 19:13:39 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-09-19 19:13:39 +0300 |
commit | 5baf0de6a396b120aba4e2351ed5bff70f2562ef (patch) | |
tree | 03bd4d769d173ac7cc969cc2a8486eb2da338b1d /indra/newview/llnavigationbar.h | |
parent | 1c57963673193d5a3da638848c0540a5fbc91603 (diff) |
EXP-1203 FIXED (As a FUI user, I want the address bar and favorites to be on one line)
- Relocated address bar, combined with favorite landmarks EXP-1208
- Added dragger to change amount of space allocated to address bar and favorites bar EXP-1217
- Modified Favorites ->> More spillover EXP-1218
- Combined context menu menuitems for favorites & address bars EXP-1219
Diffstat (limited to 'indra/newview/llnavigationbar.h')
-rw-r--r-- | indra/newview/llnavigationbar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llnavigationbar.h b/indra/newview/llnavigationbar.h index 3c9f8a762d..f200253de5 100644 --- a/indra/newview/llnavigationbar.h +++ b/indra/newview/llnavigationbar.h @@ -98,9 +98,6 @@ public: void handleLoginComplete(); void clearHistoryCache(); - void showNavigationPanel(BOOL visible); - void showFavoritesPanel(BOOL visible); - int getDefNavBarHeight(); int getDefFavBarHeight(); |