summaryrefslogtreecommitdiff
path: root/indra/llui/llbutton.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-11-11 09:31:07 -0800
committerMerov Linden <merov@lindenlab.com>2011-11-11 09:31:07 -0800
commit4afb450225d83fef55bfee2f63290dcfbc3cfbec (patch)
tree61639ac2d5c569bceb04a3442eb604dc0e39c988 /indra/llui/llbutton.h
parent7d78c63c05579f72dc6998913245d793a2fbd87c (diff)
EXP-1504 : Move the tab opening stuff to lltabcontainer and out of llbutton. Added an xui param to allow drill through tabs. Set that param for build panel only.
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r--indra/llui/llbutton.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h
index 47aa675c5e..deaa0823c6 100644
--- a/indra/llui/llbutton.h
+++ b/indra/llui/llbutton.h
@@ -132,7 +132,6 @@ public:
Optional<LLBadge::Params> badge;
Optional<bool> handle_right_mouse;
- Optional<bool> click_on_drag_and_drop;
Optional<S32> button_flash_count;
Optional<F32> button_flash_rate;
@@ -160,11 +159,6 @@ public:
virtual BOOL handleRightMouseDown(S32 x, S32 y, MASK mask);
virtual BOOL handleRightMouseUp(S32 x, S32 y, MASK mask);
virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask);
- virtual BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,
- EDragAndDropType cargo_type,
- void* cargo_data,
- EAcceptance* accept,
- std::string& tooltip_msg);
virtual void draw();
/*virtual*/ BOOL postBuild();
@@ -382,7 +376,6 @@ protected:
LLFrameTimer mFlashingTimer;
bool mHandleRightMouse;
- bool mClickOnDragAndDrop;
};
// Build time optimization, generate once in .cpp file