diff options
Diffstat (limited to 'linden/indra/llui/lldraghandle.h')
-rw-r--r-- | linden/indra/llui/lldraghandle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llui/lldraghandle.h b/linden/indra/llui/lldraghandle.h index cb9924d..88e16dc 100644 --- a/linden/indra/llui/lldraghandle.h +++ b/linden/indra/llui/lldraghandle.h | |||
@@ -57,7 +57,6 @@ public: | |||
57 | 57 | ||
58 | virtual void setTitle( const LLString& title ) = 0; | 58 | virtual void setTitle( const LLString& title ) = 0; |
59 | virtual const LLString& getTitle() const = 0; | 59 | virtual const LLString& getTitle() const = 0; |
60 | virtual void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE) = 0; | ||
61 | 60 | ||
62 | virtual BOOL handleHover(S32 x, S32 y, MASK mask); | 61 | virtual BOOL handleHover(S32 x, S32 y, MASK mask); |
63 | virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); | 62 | virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); |