summaryrefslogtreecommitdiff
path: root/components/chatmessage.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-01-17 22:50:55 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-01-17 22:50:55 -0500
commit744e42892d3da3247df4e04f0d97e93e6d50799a (patch)
treebbdc4a58785de6fd54f237edec2c71c7523a5c4f /components/chatmessage.hpp
parent3f6024ddf213b83cf0c815b68f8ad8de3f3afa44 (diff)
downloadabaddon-portaudio-744e42892d3da3247df4e04f0d97e93e6d50799a.tar.gz
abaddon-portaudio-744e42892d3da3247df4e04f0d97e93e6d50799a.zip
cleanup
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r--components/chatmessage.hpp4
1 files changed, 0 insertions, 4 deletions
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<Gdk::Pixbuf> &pb);
static Glib::ustring GetText(const Glib::RefPtr<Gtk::TextBuffer> &buf);
@@ -107,9 +106,6 @@ public:
void UpdateNameColor();
protected:
- void OnAvatarLoad(const Glib::RefPtr<Gdk::Pixbuf> &pixbuf);
- void OnAnimatedAvatarLoad(const Glib::RefPtr<Gdk::PixbufAnimation> &pixbuf);
-
void AttachUserMenuHandler(Gtk::Widget &widget);
bool on_author_button_press(GdkEventButton *ev);