From f90a5705bd65a4ebb5edc9df003a383039fec555 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 29 Apr 2018 08:17:30 +0200 Subject: Change design, fix crash when closing application --- include/UsersSidePanel.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/UsersSidePanel.hpp') 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(); }; -- cgit v1.2.3