diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-03-17 02:19:15 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-03-17 02:19:15 -0400 |
commit | 65943b4bd74ae52e6f6ffbff0e9ba619053172d6 (patch) | |
tree | 2dccda0581fab9379bde1586aa1c63079f555099 /windows/profilewindow.hpp | |
parent | 72d771d88b625cf29913ab02497aa8f331c247e5 (diff) | |
download | abaddon-portaudio-65943b4bd74ae52e6f6ffbff0e9ba619053172d6.tar.gz abaddon-portaudio-65943b4bd74ae52e6f6ffbff0e9ba619053172d6.zip |
reduce concurrent requests in guild settings + profile
disable gtk's treeview search in bans+invites
Diffstat (limited to 'windows/profilewindow.hpp')
-rw-r--r-- | windows/profilewindow.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<UserData> &data); Gtk::Box m_main; Gtk::Box m_upper; |