removed ChannelData

This commit is contained in:
fourtf 2018-06-26 14:55:28 +02:00
parent 22f528cd21
commit f09c7e8b4e
2 changed files with 0 additions and 25 deletions

View file

@ -1,5 +0,0 @@
#include "ChannelData.hpp"
namespace chatterino {
} // namespace chatterino

View file

@ -1,20 +0,0 @@
#pragma once
#include "LockedObject.hpp"
#include "messages/Image.hpp"
namespace chatterino {
class ChannelData
{
public:
ChannelData() = default;
LockedObject<std::string> username;
LockedObject<std::string> id;
private:
// std::map<std::string, BadgeData> subscriptionBadges;
};
} // namespace chatterino