diff options
Diffstat (limited to 'indra/llui/lldraghandle.h')
-rw-r--r-- | indra/llui/lldraghandle.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llui/lldraghandle.h b/indra/llui/lldraghandle.h index 940eb21e66..6215142e6f 100644 --- a/indra/llui/lldraghandle.h +++ b/indra/llui/lldraghandle.h @@ -91,9 +91,6 @@ class LLDragHandleTop public: LLDragHandleTop(const LLString& name, const LLRect& rect, const LLString& title ); - virtual EWidgetType getWidgetType() const; - virtual LLString getWidgetTag() const; - virtual void setTitle( const LLString& title ); virtual const LLString& getTitle() const; virtual void draw(); @@ -111,9 +108,6 @@ class LLDragHandleLeft public: LLDragHandleLeft(const LLString& name, const LLRect& rect, const LLString& title ); - virtual EWidgetType getWidgetType() const; - virtual LLString getWidgetTag() const; - virtual void setTitle( const LLString& title ); virtual const LLString& getTitle() const; virtual void draw(); |