mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Removed unsused variable
This commit is contained in:
parent
9109d7b5ac
commit
633e50e776
1 changed files with 0 additions and 2 deletions
|
@ -93,8 +93,6 @@ void FolderViewDelegate::paint(QPainter *painter, const QStyleOptionViewItem &op
|
|||
{
|
||||
QStyledItemDelegate::paint(painter,option,index);
|
||||
|
||||
QSize s = sizeHint( option, index );
|
||||
|
||||
painter->save();
|
||||
|
||||
QFont aliasFont = QApplication::font();
|
||||
|
|
Loading…
Reference in a new issue