diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llhoverview.h | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
Diffstat (limited to '')
-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 | ||