No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.

This commit is contained in:
Shyotl
2015-06-19 03:54:20 -05:00
parent 283f5298d5
commit 1c627317ec
634 changed files with 8200 additions and 12214 deletions

View File

@@ -146,7 +146,7 @@ LLScrollContainer::~LLScrollContainer( void )
// virtual
void LLScrollContainer::scrollHorizontal( S32 new_pos )
{
//llinfos << "LLScrollContainer::scrollHorizontal()" << llendl;
//LL_INFOS() << "LLScrollContainer::scrollHorizontal()" << LL_ENDL;
if( mScrolledView )
{
LLRect doc_rect = mScrolledView->getRect();
@@ -158,7 +158,7 @@ void LLScrollContainer::scrollHorizontal( S32 new_pos )
// virtual
void LLScrollContainer::scrollVertical( S32 new_pos )
{
// llinfos << "LLScrollContainer::scrollVertical() " << new_pos << llendl;
// LL_INFOS() << "LLScrollContainer::scrollVertical() " << new_pos << LL_ENDL;
if( mScrolledView )
{
LLRect doc_rect = mScrolledView->getRect();
@@ -648,7 +648,7 @@ void LLScrollContainer::scrollToShowRect(const LLRect& rect, const LLRect& const
{
if (!mScrolledView)
{
llwarns << "LLScrollContainer::scrollToShowRect with no view!" << llendl;
LL_WARNS() << "LLScrollContainer::scrollToShowRect with no view!" << LL_ENDL;
return;
}
@@ -786,7 +786,7 @@ LLView* LLScrollContainer::fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFa
{
if (panelp)
{
llinfos << "Warning! Attempting to put multiple panels into a scrollable container view!" << llendl;
LL_INFOS() << "Warning! Attempting to put multiple panels into a scrollable container view!" << LL_ENDL;
delete control;
}
else