summaryrefslogtreecommitdiff
path: root/windows/profile/mutualfriendspane.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-05-14 03:16:52 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-05-14 03:16:52 -0400
commit223a18512473fc790f6ad72a8344061de92812c8 (patch)
treeb4cb11df15d182de18bfe93bca60f3f24411aeac /windows/profile/mutualfriendspane.hpp
parentf53b9742cb6f8e9b3e6c3c18344fbe9193a4e438 (diff)
downloadabaddon-portaudio-223a18512473fc790f6ad72a8344061de92812c8.tar.gz
abaddon-portaudio-223a18512473fc790f6ad72a8344061de92812c8.zip
clean up some unnecessary stuff
Diffstat (limited to 'windows/profile/mutualfriendspane.hpp')
-rw-r--r--windows/profile/mutualfriendspane.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/windows/profile/mutualfriendspane.hpp b/windows/profile/mutualfriendspane.hpp
index 10daa39..764dee9 100644
--- a/windows/profile/mutualfriendspane.hpp
+++ b/windows/profile/mutualfriendspane.hpp
@@ -1,6 +1,5 @@
#pragma once
#include <gtkmm.h>
-#include "../../components/inotifyswitched.hpp"
#include "../../discord/objects.hpp"
class MutualFriendItem : public Gtk::Box {
@@ -12,14 +11,14 @@ private:
Gtk::Label m_name;
};
-class MutualFriendsPane : public Gtk::ScrolledWindow, public INotifySwitched {
+class MutualFriendsPane : public Gtk::ScrolledWindow {
public:
MutualFriendsPane(Snowflake id);
Snowflake UserID;
private:
- void on_switched_to() override;
+ void OnMap();
bool m_requested = false;