diff options
Diffstat (limited to 'indra/newview/llnetmap.h')
-rw-r--r-- | indra/newview/llnetmap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llnetmap.h b/indra/newview/llnetmap.h index dc696238ea..5d506c473c 100644 --- a/indra/newview/llnetmap.h +++ b/indra/newview/llnetmap.h @@ -51,9 +51,6 @@ public: LLNetMap(const std::string& name, const LLRect& rect, const LLColor4& bg_color ); virtual ~LLNetMap(); - virtual EWidgetType getWidgetType() const; - virtual LLString getWidgetTag() const; - virtual void draw(); virtual BOOL handleDoubleClick( S32 x, S32 y, MASK mask ); virtual BOOL handleRightMouseDown( S32 x, S32 y, MASK mask ); |