mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user