aboutsummaryrefslogtreecommitdiff
path: root/include/ChannelSidePanel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ChannelSidePanel.hpp')
-rw-r--r--include/ChannelSidePanel.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/ChannelSidePanel.hpp b/include/ChannelSidePanel.hpp
deleted file mode 100644
index 265ee67..0000000
--- a/include/ChannelSidePanel.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include <SFML/Graphics/RenderWindow.hpp>
-
-namespace dchat
-{
- class Channel;
-
- class ChannelSidePanel
- {
- public:
- static void addChannel(Channel *channel);
- static void removeAllChannels();
-
- static void draw(sf::RenderWindow &window);
- static float getWidth();
- static float getHeight();
- };
-}