From 8ce51433c8a73b76e57f124bb62e5aa39867238a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 3 Oct 2020 13:12:55 +0200 Subject: Matrix: show messages from users without an avatar --- src/QuickMedia.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/QuickMedia.cpp') diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index 01bef82..2607873 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -1883,7 +1883,6 @@ namespace QuickMedia { } } - // TODO: This code is duplicated in many places. Handle it in one place. if(redraw) { redraw = false; search_bar->onWindowResize(window_size); @@ -2459,7 +2458,6 @@ namespace QuickMedia { } } - // TODO: This code is duplicated in many places. Handle it in one place. if(redraw) { redraw = false; search_bar->onWindowResize(window_size); -- cgit v1.2.3