diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-10-21 11:15:46 -0700 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-10-21 11:15:46 -0700 |
commit | 71355374358163db938956dbaa957994b33370fd (patch) | |
tree | 5d7e9d25011d9ab133e575e117f898e94c83b72c /indra/newview/llviewerwindow.h | |
parent | 2528d3a75f6478e0c179d542b6e74a518628a624 (diff) |
Backed out changeset 60da2fc952a0
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index 44704b99e3..d7c403739e 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -170,8 +170,7 @@ public: /*virtual*/ BOOL handleRightMouseUp(LLWindow *window, LLCoordGL pos, MASK mask); /*virtual*/ BOOL handleMiddleMouseDown(LLWindow *window, LLCoordGL pos, MASK mask); /*virtual*/ BOOL handleMiddleMouseUp(LLWindow *window, LLCoordGL pos, MASK mask); - /*virtual*/ BOOL handleDrop(LLWindow *window, LLCoordGL pos, MASK mask, void* data); - void handleMouseMove(LLWindow *window, LLCoordGL pos, MASK mask); + /*virtual*/ void handleMouseMove(LLWindow *window, LLCoordGL pos, MASK mask); /*virtual*/ void handleMouseLeave(LLWindow *window); /*virtual*/ void handleResize(LLWindow *window, S32 x, S32 y); /*virtual*/ void handleFocus(LLWindow *window); |