summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-06 22:37:55 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-06 22:37:55 +0300
commitc428ef4b6aaf4820993e0562b761f32b77759874 (patch)
treee8233b1f55f0fcc32b0fa7ffa9dee3cfc179eb40 /src
parentUse 'You' instead of your own user id (diff)
downloadnheko-c428ef4b6aaf4820993e0562b761f32b77759874.tar.xz
Remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/RoomInfoListItem.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/RoomInfoListItem.cc b/src/RoomInfoListItem.cc

index c9d7338f..103bbd53 100644 --- a/src/RoomInfoListItem.cc +++ b/src/RoomInfoListItem.cc
@@ -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);