summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index 2747724..ad0879b 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -6,7 +6,6 @@
#include <unordered_set>
#include "../discord/discord.hpp"
-class Abaddon;
class ChannelList {
public:
ChannelList();
@@ -14,8 +13,6 @@ public:
void SetListingFromGuilds(const DiscordClient::guilds_type &guilds);
void ClearListing();
- void SetAbaddon(Abaddon *ptr);
-
protected:
Gtk::ListBox *m_list;
Gtk::ScrolledWindow *m_main;
@@ -54,6 +51,4 @@ protected:
void AddPrivateChannels(); // retard moment
void SetListingFromGuildsInternal();
void AttachMenuHandler(Gtk::ListBoxRow *row);
-
- Abaddon *m_abaddon = nullptr;
};