aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturectrl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltexturectrl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/lltexturectrl.h b/linden/indra/newview/lltexturectrl.h
index ec45159..36f6ea2 100644
--- a/linden/indra/newview/lltexturectrl.h
+++ b/linden/indra/newview/lltexturectrl.h
@@ -74,8 +74,6 @@ public:
74 virtual ~LLTextureCtrl(); 74 virtual ~LLTextureCtrl();
75 75
76 // LLView interface 76 // LLView interface
77 virtual EWidgetType getWidgetType() const { return WIDGET_TYPE_TEXTURE_PICKER; }
78 virtual LLString getWidgetTag() const { return LL_TEXTURE_CTRL_TAG; }
79 virtual LLXMLNodePtr getXML(bool save_children = true) const; 77 virtual LLXMLNodePtr getXML(bool save_children = true) const;
80 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); 78 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory);
81 79
@@ -85,7 +83,7 @@ public:
85 EAcceptance *accept, 83 EAcceptance *accept,
86 LLString& tooltip_msg); 84 LLString& tooltip_msg);
87 virtual BOOL handleHover(S32 x, S32 y, MASK mask); 85 virtual BOOL handleHover(S32 x, S32 y, MASK mask);
88 virtual BOOL handleUnicodeCharHere(llwchar uni_char, BOOL called_from_parent); 86 virtual BOOL handleUnicodeCharHere(llwchar uni_char);
89 87
90 virtual void draw(); 88 virtual void draw();
91 virtual void setVisible( BOOL visible ); 89 virtual void setVisible( BOOL visible );