aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhoverview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llhoverview.cpp')
-rw-r--r--linden/indra/newview/llhoverview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llhoverview.cpp b/linden/indra/newview/llhoverview.cpp
index f9c3443..c7f1736 100644
--- a/linden/indra/newview/llhoverview.cpp
+++ b/linden/indra/newview/llhoverview.cpp
@@ -102,7 +102,6 @@ LLHoverView::~LLHoverView()
102{ 102{
103 // children all deleted by LLView destructor 103 // children all deleted by LLView destructor
104 mText.deleteAllData(); 104 mText.deleteAllData();
105 mConnectors.reset();
106} 105}
107 106
108EWidgetType LLHoverView::getWidgetType() const 107EWidgetType LLHoverView::getWidgetType() const
@@ -205,7 +204,6 @@ void LLHoverView::cancelHover()
205 // mLastHoverObject = NULL; 204 // mLastHoverObject = NULL;
206 205
207 setHoverActive(FALSE); 206 setHoverActive(FALSE);
208 mConnectors.reset();
209} 207}
210 208
211void LLHoverView::resetLastHoverObject() 209void LLHoverView::resetLastHoverObject()