summaryrefslogtreecommitdiff
path: root/src/components/chatmessage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/chatmessage.hpp')
-rw-r--r--src/components/chatmessage.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/chatmessage.hpp b/src/components/chatmessage.hpp
index c854272..390e503 100644
--- a/src/components/chatmessage.hpp
+++ b/src/components/chatmessage.hpp
@@ -29,17 +29,8 @@ protected:
Gtk::Widget *CreateReactionsComponent(const Message &data);
Gtk::Widget *CreateReplyComponent(const Message &data);
- static Glib::ustring GetText(const Glib::RefPtr<Gtk::TextBuffer> &buf);
-
static bool IsEmbedImageOnly(const EmbedData &data);
- static void HandleRoleMentions(const Glib::RefPtr<Gtk::TextBuffer> &buf);
- void HandleUserMentions(const Glib::RefPtr<Gtk::TextBuffer> &buf) const;
- static void HandleStockEmojis(Gtk::TextView &tv);
- static void HandleCustomEmojis(Gtk::TextView &tv);
- static void HandleEmojis(Gtk::TextView &tv);
- static void CleanupEmojis(const Glib::RefPtr<Gtk::TextBuffer> &buf);
-
void HandleChannelMentions(const Glib::RefPtr<Gtk::TextBuffer> &buf);
void HandleChannelMentions(Gtk::TextView *tv);
bool OnClickChannel(GdkEventButton *ev);