aboutsummaryrefslogtreecommitdiff
path: root/include/UsersSidePanel.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-04-29 08:17:30 +0200
committerdec05eba <dec05eba@protonmail.com>2018-04-29 08:17:36 +0200
commitf90a5705bd65a4ebb5edc9df003a383039fec555 (patch)
treef0180d946bddc15a0a13d9148562418cb3a4108e /include/UsersSidePanel.hpp
parent68dcd3c4e17355e1c2b640fe1382743d7cb61ea2 (diff)
Change design, fix crash when closing application
Diffstat (limited to 'include/UsersSidePanel.hpp')
-rw-r--r--include/UsersSidePanel.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/UsersSidePanel.hpp b/include/UsersSidePanel.hpp
index b2855bb..07e790c 100644
--- a/include/UsersSidePanel.hpp
+++ b/include/UsersSidePanel.hpp
@@ -9,9 +9,6 @@ namespace dchat
class UsersSidePanel
{
public:
- static void setCurrentChannel(Channel *channel);
- static Channel* getCurrentChannel();
-
static void draw(sf::RenderWindow &window);
static float getWidth();
};