diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lltoolcomp.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linden/indra/newview/lltoolcomp.cpp b/linden/indra/newview/lltoolcomp.cpp index b6090bc..16e0136 100644 --- a/linden/indra/newview/lltoolcomp.cpp +++ b/linden/indra/newview/lltoolcomp.cpp | |||
@@ -766,10 +766,6 @@ void LLToolCompGun::onMouseCaptureLost() | |||
766 | return; | 766 | return; |
767 | } | 767 | } |
768 | mCur->onMouseCaptureLost(); | 768 | mCur->onMouseCaptureLost(); |
769 | |||
770 | // JC - I don't know if this is necessary. Maybe we could lose capture | ||
771 | // if someone ALT-Tab's out when in mouselook. | ||
772 | setCurrentTool( (LLTool*) mGun ); | ||
773 | } | 769 | } |
774 | 770 | ||
775 | void LLToolCompGun::handleSelect() | 771 | void LLToolCompGun::handleSelect() |