Remove two unused LLScrollListItem::addColumn and LLScrollListIcon constructor via LLUIImagePtr.

This commit is contained in:
Lirusaito
2013-07-10 21:12:58 -04:00
parent 6d32a39544
commit 1398d8afbc
2 changed files with 0 additions and 17 deletions

View File

@@ -112,16 +112,6 @@ struct SortScrollListItem
//
// LLScrollListIcon
//
LLScrollListIcon::LLScrollListIcon(LLUIImagePtr icon, S32 width)
: LLScrollListCell(width),
mIcon(icon),
// <edit>
mCallback(NULL),
// </edit>
mColor(LLColor4::white)
{
}
LLScrollListIcon::LLScrollListIcon(const LLSD& value, S32 width)
: LLScrollListCell(width),
// <edit>