mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
removed an unused variable
This commit is contained in:
parent
0b32b24d60
commit
63d46f7e66
@ -62,7 +62,6 @@ QSize CSVWorld::DataDisplayDelegate::sizeHint(const QStyleOptionViewItem &option
|
||||
}
|
||||
else if (mDisplayMode == Mode_IconAndText)
|
||||
{
|
||||
int valueWidth = option.fontMetrics.width(mValues.at(valueIndex).second);
|
||||
size.setWidth(size.width() + mIconSize.width() + mTextLeftOffset);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user