diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llfloater.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/llui/llfloater.h b/linden/indra/llui/llfloater.h index e752d8b..cd45762 100644 --- a/linden/indra/llui/llfloater.h +++ b/linden/indra/llui/llfloater.h | |||
@@ -108,8 +108,7 @@ public: | |||
108 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); | 108 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); |
109 | void initFloaterXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory, BOOL open = TRUE); | 109 | void initFloaterXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory, BOOL open = TRUE); |
110 | 110 | ||
111 | /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = 1); | 111 | /*virtual*/ void userSetShape(const LLRect& new_rect); |
112 | /*virtual*/ void translate(S32 x, S32 y); | ||
113 | /*virtual*/ BOOL canSnapTo(LLView* other_view); | 112 | /*virtual*/ BOOL canSnapTo(LLView* other_view); |
114 | /*virtual*/ void snappedTo(LLView* snap_view); | 113 | /*virtual*/ void snappedTo(LLView* snap_view); |
115 | /*virtual*/ void setFocus( BOOL b ); | 114 | /*virtual*/ void setFocus( BOOL b ); |