diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-03-15 00:28:42 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-03-15 00:28:42 -0500 |
commit | 818aacb49c3b610f45e5d94f3c5b90c82114136d (patch) | |
tree | 7c760e25996ec938a88b123e8686e0cdb3398dc3 /windows/profilewindow.cpp | |
parent | b68b292c2ce8b85cd571931c3d97f9acc97f4cfa (diff) | |
download | abaddon-portaudio-818aacb49c3b610f45e5d94f3c5b90c82114136d.tar.gz abaddon-portaudio-818aacb49c3b610f45e5d94f3c5b90c82114136d.zip |
fix errors with user menu and window management
Diffstat (limited to 'windows/profilewindow.cpp')
-rw-r--r-- | windows/profilewindow.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/windows/profilewindow.cpp b/windows/profilewindow.cpp index 9fada15..9e8c798 100644 --- a/windows/profilewindow.cpp +++ b/windows/profilewindow.cpp @@ -97,11 +97,6 @@ ProfileWindow::ProfileWindow(Snowflake user_id) show_all_children(); } -void ProfileWindow::on_hide() { - Gtk::Window::on_hide(); - delete this; -} - void ProfileWindow::OnFetchProfile(const UserProfileData &data) { m_pane_info.SetConnections(data.ConnectedAccounts); m_pane_guilds.SetMutualGuilds(data.MutualGuilds); |