mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 17:15:34 +00:00
removed an unused variable
This commit is contained in:
parent
0b32b24d60
commit
63d46f7e66
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ QSize CSVWorld::DataDisplayDelegate::sizeHint(const QStyleOptionViewItem &option
|
||||||
}
|
}
|
||||||
else if (mDisplayMode == Mode_IconAndText)
|
else if (mDisplayMode == Mode_IconAndText)
|
||||||
{
|
{
|
||||||
int valueWidth = option.fontMetrics.width(mValues.at(valueIndex).second);
|
|
||||||
size.setWidth(size.width() + mIconSize.width() + mTextLeftOffset);
|
size.setWidth(size.width() + mIconSize.width() + mTextLeftOffset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue