diff options
Diffstat (limited to 'components/chatmessage.cpp')
-rw-r--r-- | components/chatmessage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/chatmessage.cpp b/components/chatmessage.cpp index 759443f..4408f62 100644 --- a/components/chatmessage.cpp +++ b/components/chatmessage.cpp @@ -308,8 +308,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); |