diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-04-11 13:58:26 -0700 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-11 13:58:26 -0700 |
| commit | f1df928b4bc1df7bc8ab6871c5273b04d0b77dea (patch) | |
| tree | 23987bb7fde32de127bc7f54d1269d9015e3e363 /indra/newview/llpathfindingpathtool.h | |
| parent | dfdbfdbed603d762ad01dcaa84f8a8d06dac0169 (diff) | |
Removing debug messaging that was accidentally committed.
Diffstat (limited to 'indra/newview/llpathfindingpathtool.h')
| -rw-r--r-- | indra/newview/llpathfindingpathtool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingpathtool.h b/indra/newview/llpathfindingpathtool.h index 15ce97fe67..fd55dd8335 100644 --- a/indra/newview/llpathfindingpathtool.h +++ b/indra/newview/llpathfindingpathtool.h @@ -74,7 +74,6 @@ public: virtual BOOL handleRightMouseDown(S32 pX, S32 pY, MASK pMask);
virtual BOOL handleRightMouseUp(S32 pX, S32 pY, MASK pMask);
virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask);
- virtual void onMouseCaptureLost();
virtual BOOL handleHover(S32 pX, S32 pY, MASK pMask);
|
