From 744e42892d3da3247df4e04f0d97e93e6d50799a Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 17 Jan 2021 22:50:55 -0500 Subject: cleanup --- components/chatmessage.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'components/chatmessage.hpp') diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp index 43bf7a2..de30ce8 100644 --- a/components/chatmessage.hpp +++ b/components/chatmessage.hpp @@ -25,7 +25,6 @@ protected: Gtk::Widget *CreateStickerComponent(const StickerData &data); Gtk::Widget *CreateReactionsComponent(const Message &data); Gtk::Widget *CreateReplyComponent(const Message &data); - void ReactionUpdateImage(Gtk::Image *img, const Glib::RefPtr &pb); static Glib::ustring GetText(const Glib::RefPtr &buf); @@ -107,9 +106,6 @@ public: void UpdateNameColor(); protected: - void OnAvatarLoad(const Glib::RefPtr &pixbuf); - void OnAnimatedAvatarLoad(const Glib::RefPtr &pixbuf); - void AttachUserMenuHandler(Gtk::Widget &widget); bool on_author_button_press(GdkEventButton *ev); -- cgit v1.2.3