summaryrefslogtreecommitdiff
path: root/components/chatmessage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatmessage.cpp')
-rw-r--r--components/chatmessage.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/chatmessage.cpp b/components/chatmessage.cpp
index b7d61a8..f7ca6a5 100644
--- a/components/chatmessage.cpp
+++ b/components/chatmessage.cpp
@@ -310,8 +310,6 @@ Gtk::Widget *ChatMessageItemContainer::CreateEmbedComponent(const EmbedData &emb
constexpr static int AuthorIconSize = 20;
if (embed.Author->ProxyIconURL.has_value()) {
- auto &img = Abaddon::Get().GetImageManager();
-
auto *author_img = Gtk::manage(new LazyImage(*embed.Author->ProxyIconURL, AuthorIconSize, AuthorIconSize));
author_img->set_halign(Gtk::ALIGN_START);
author_img->set_valign(Gtk::ALIGN_START);