aboutsummaryrefslogtreecommitdiff
path: root/include/UsersSidePanel.hpp
diff options
context:
space:
mode:
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();
};