diff options
Diffstat (limited to 'Applications/IRCClient/IRCAppWindow.h')
-rw-r--r-- | Applications/IRCClient/IRCAppWindow.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Applications/IRCClient/IRCAppWindow.h b/Applications/IRCClient/IRCAppWindow.h index aa97f95e7c..367c494e39 100644 --- a/Applications/IRCClient/IRCAppWindow.h +++ b/Applications/IRCClient/IRCAppWindow.h @@ -20,11 +20,9 @@ private: void setup_widgets(); IRCWindow& create_window(void* owner, IRCWindow::Type, const String& name); - IRCClient m_client; - GStackWidget* m_container { nullptr }; - + GTableView* m_window_list { nullptr }; RetainPtr<GAction> m_join_action; RetainPtr<GAction> m_part_action; RetainPtr<GAction> m_whois_action; |