Remove unused function LLScrollListCtrl::setDisplayHeading
This commit is contained in:
@@ -779,13 +779,6 @@ void LLScrollListCtrl::updateColumns()
|
||||
}
|
||||
}
|
||||
|
||||
void LLScrollListCtrl::setDisplayHeading(BOOL display)
|
||||
{
|
||||
mDisplayColumnHeaders = display;
|
||||
|
||||
updateLayout();
|
||||
}
|
||||
|
||||
void LLScrollListCtrl::setHeadingHeight(S32 heading_height)
|
||||
{
|
||||
mHeadingHeight = heading_height;
|
||||
|
||||
@@ -284,7 +284,6 @@ public:
|
||||
bool updateColumnWidths();
|
||||
S32 getMaxContentWidth() { return mMaxContentWidth; }
|
||||
|
||||
void setDisplayHeading(BOOL display);
|
||||
void setHeadingHeight(S32 heading_height);
|
||||
/**
|
||||
* Sets max visible lines without scroolbar, if this value equals to 0,
|
||||
|
||||
Reference in New Issue
Block a user