mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove unused variable
This commit is contained in:
parent
7a56f65fb3
commit
c428ef4b6a
1 changed files with 0 additions and 5 deletions
|
@ -127,11 +127,6 @@ void RoomInfoListItem::paintEvent(QPaintEvent *event)
|
|||
p.setPen(pen);
|
||||
}
|
||||
|
||||
double descPercentage = 0.90;
|
||||
|
||||
if (unreadMsgCount_ > 0)
|
||||
descPercentage = 0.8;
|
||||
|
||||
font.setPixelSize(conf::fontSize);
|
||||
p.setFont(font);
|
||||
|
||||
|
|
Loading…
Reference in a new issue