Skip to content
Snippets Groups Projects
Commit c480ff05 authored by James Cook's avatar James Cook
Browse files

Fix viewer-2 build due to duplicate lines in a header merge.

parent 92aaa377
No related branches found
No related tags found
No related merge requests found
...@@ -82,9 +82,6 @@ class LLTeleportHistoryPanel : public LLPanelPlacesTab ...@@ -82,9 +82,6 @@ class LLTeleportHistoryPanel : public LLPanelPlacesTab
void onAccordionTabRightClick(LLView *view, S32 x, S32 y, MASK mask); void onAccordionTabRightClick(LLView *view, S32 x, S32 y, MASK mask);
void onAccordionTabOpen(LLAccordionCtrlTab *tab); void onAccordionTabOpen(LLAccordionCtrlTab *tab);
void onAccordionTabClose(LLAccordionCtrlTab *tab); void onAccordionTabClose(LLAccordionCtrlTab *tab);
void onAccordionTabRightClick(LLView *view, S32 x, S32 y, MASK mask);
void onAccordionTabOpen(LLAccordionCtrlTab *tab);
void onAccordionTabClose(LLAccordionCtrlTab *tab);
void showTeleportHistory(); void showTeleportHistory();
void handleItemSelect(LLFlatListView* ); void handleItemSelect(LLFlatListView* );
LLFlatListView* getFlatListViewFromTab(LLAccordionCtrlTab *); LLFlatListView* getFlatListViewFromTab(LLAccordionCtrlTab *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment