From 65943b4bd74ae52e6f6ffbff0e9ba619053172d6 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 17 Mar 2021 02:19:15 -0400 Subject: reduce concurrent requests in guild settings + profile disable gtk's treeview search in bans+invites --- windows/profilewindow.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'windows/profilewindow.hpp') diff --git a/windows/profilewindow.hpp b/windows/profilewindow.hpp index f234f10..044c128 100644 --- a/windows/profilewindow.hpp +++ b/windows/profilewindow.hpp @@ -13,7 +13,6 @@ public: private: void OnFetchProfile(const UserProfileData &data); - void OnFetchRelationships(const std::vector &data); Gtk::Box m_main; Gtk::Box m_upper; -- cgit v1.2.3