summaryrefslogtreecommitdiff
path: root/indra/llui/llbutton.h
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-10-06 15:19:15 -0700
committerRichard Nelson <richard@lindenlab.com>2011-10-06 15:19:15 -0700
commitadeaf71e3314e44a33864dbe90d93040d4247c67 (patch)
tree53894d9f5bb775f0a8e04c1fbdf7c3992e8b5209 /indra/llui/llbutton.h
parent63b357758ea83dce34d8bc3e2f8ee7246b5aced5 (diff)
EXP-1300 WIP Visual feedback for Drag and Drop
removed hover highlighting of buttons when dragging over them also updated toolbar button art to match spec
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r--indra/llui/llbutton.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h
index 14c1d01c7e..a0a7b4e372 100644
--- a/indra/llui/llbutton.h
+++ b/indra/llui/llbutton.h
@@ -160,7 +160,6 @@ public:
virtual void draw();
/*virtual*/ BOOL postBuild();
- virtual void onMouseEnter(S32 x, S32 y, MASK mask);
virtual void onMouseLeave(S32 x, S32 y, MASK mask);
virtual void onMouseCaptureLost();