diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-14 16:47:43 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-14 16:47:43 -0700 |
commit | 4c6f04c50225a4a5494974c3a6e13bee76cfbb6f (patch) | |
tree | 5e0356c0fd66837582a3f01f71e65e004c2db84d /indra/llui/lltoolbar.h | |
parent | 93ed1489a5da6781c6bdd5ee2263e6b6147835c8 (diff) |
EXP-1363 : Fix caret position in multiple lines or columns situation
Diffstat (limited to 'indra/llui/lltoolbar.h')
-rw-r--r-- | indra/llui/lltoolbar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h index 3be252298d..e78c99cb37 100644 --- a/indra/llui/lltoolbar.h +++ b/indra/llui/lltoolbar.h @@ -200,7 +200,6 @@ protected: S32 mDragx, mDragy, mDragGirth; - LLCommandId mDragCommand; public: // Methods used in loading and saving toolbar settings |