diff options
Diffstat (limited to 'linden/indra/newview/llhoverview.h')
-rw-r--r-- | linden/indra/newview/llhoverview.h | 5 |
1 files changed, 1 insertions, 4 deletions
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: | |||
55 | LLHoverView(const std::string& name, const LLRect& rect); | 55 | LLHoverView(const std::string& name, const LLRect& rect); |
56 | ~LLHoverView(); | 56 | ~LLHoverView(); |
57 | 57 | ||
58 | virtual EWidgetType getWidgetType() const; | ||
59 | virtual LLString getWidgetTag() const; | ||
60 | |||
61 | /*virtual*/ void draw(); | 58 | /*virtual*/ void draw(); |
62 | 59 | ||
63 | void updateHover(LLTool* current_tool); | 60 | void updateHover(LLTool* current_tool); |
@@ -105,7 +102,7 @@ protected: | |||
105 | // If not null and not dead, we're over an object. | 102 | // If not null and not dead, we're over an object. |
106 | LLPointer<LLViewerObject> mLastHoverObject; | 103 | LLPointer<LLViewerObject> mLastHoverObject; |
107 | 104 | ||
108 | // If not LLVector3d::zero, we're over land. | 105 | // If not LLVector3d::ZERO, we're over land. |
109 | LLVector3d mHoverLandGlobal; | 106 | LLVector3d mHoverLandGlobal; |
110 | LLVector3d mHoverOffset; | 107 | LLVector3d mHoverOffset; |
111 | 108 | ||