diff options
Diffstat (limited to 'components/memberlist.hpp')
-rw-r--r-- | components/memberlist.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/memberlist.hpp b/components/memberlist.hpp index f19880e..c816b26 100644 --- a/components/memberlist.hpp +++ b/components/memberlist.hpp @@ -8,7 +8,6 @@ class MemberListUserRow : public Gtk::ListBoxRow { public: MemberListUserRow(Snowflake guild_id, const UserData *data); - void SetAvatarFromPixbuf(Glib::RefPtr<Gdk::Pixbuf> pixbuf); Snowflake ID; @@ -29,12 +28,8 @@ public: void SetActiveChannel(Snowflake id); private: - void UpdateMemberListInternal(); void AttachUserMenuHandler(Gtk::ListBoxRow *row, Snowflake id); - std::mutex m_mutex; - Glib::Dispatcher m_update_member_list_dispatcher; - Gtk::ScrolledWindow *m_main; Gtk::ListBox *m_listbox; |