summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderviewitem.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2009-12-07 16:05:59 -0800
committerrichard <none@none>2009-12-07 16:05:59 -0800
commitf96a91431036a9dfe9ef5a43901f58e8cdac2db4 (patch)
tree7176aa0f323ea8de8fc18d75f731ac05a02a70f0 /indra/newview/llfolderviewitem.cpp
parent9395d6f610d54f97c2e5dbc3f49c6dc33577eedc (diff)
parent2e5d22357f733c976feb0ff2f492d40fa492de14 (diff)
merge
Diffstat (limited to 'indra/newview/llfolderviewitem.cpp')
-rw-r--r--indra/newview/llfolderviewitem.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llfolderviewitem.cpp b/indra/newview/llfolderviewitem.cpp
index 63511301b3..fdc5c053fc 100644
--- a/indra/newview/llfolderviewitem.cpp
+++ b/indra/newview/llfolderviewitem.cpp
@@ -735,15 +735,6 @@ BOOL LLFolderViewItem::handleDoubleClick( S32 x, S32 y, MASK mask )
return TRUE;
}
-BOOL LLFolderViewItem::handleScrollWheel(S32 x, S32 y, S32 clicks)
-{
- if (getParent())
- {
- return getParent()->handleScrollWheel(x, y, clicks);
- }
- return FALSE;
-}
-
BOOL LLFolderViewItem::handleMouseUp( S32 x, S32 y, MASK mask )
{
if (LLView::childrenHandleMouseUp(x, y, mask))