From ce28e056c20bf2723f565bbf464b87781ec248a2 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:42 -0500 Subject: Second Life viewer sources 1.20.2 --- linden/indra/newview/llhoverview.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'linden/indra/newview/llhoverview.h') diff --git a/linden/indra/newview/llhoverview.h b/linden/indra/newview/llhoverview.h index ae74c44..5d76cc7 100644 --- a/linden/indra/newview/llhoverview.h +++ b/linden/indra/newview/llhoverview.h @@ -55,9 +55,6 @@ public: LLHoverView(const std::string& name, const LLRect& rect); ~LLHoverView(); - virtual EWidgetType getWidgetType() const; - virtual LLString getWidgetTag() const; - /*virtual*/ void draw(); void updateHover(LLTool* current_tool); @@ -105,7 +102,7 @@ protected: // If not null and not dead, we're over an object. LLPointer mLastHoverObject; - // If not LLVector3d::zero, we're over land. + // If not LLVector3d::ZERO, we're over land. LLVector3d mHoverLandGlobal; LLVector3d mHoverOffset; -- cgit v1.1