summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-08-26 08:50:54 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-08-26 08:51:56 +0200
commit8b5515d5c1a705ca5ffc64b3ed849332cf82ff4a (patch)
tree9aad6fd844942c18fa9cc9a96a7d40ea7fc14e16 /src/ui
parentTry to reduce memory usage by reusing avatar pixmaps (diff)
downloadnheko-8b5515d5c1a705ca5ffc64b3ed849332cf82ff4a.tar.xz
Remove unused variables
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/Avatar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/Avatar.h b/src/ui/Avatar.h

index b9225dd1..0f8678c7 100644 --- a/src/ui/Avatar.h +++ b/src/ui/Avatar.h
@@ -43,7 +43,5 @@ private: QColor text_color_; QIcon icon_; QPixmap pixmap_; - const std::string room; - const std::string user; int size_; };