mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
removed ChannelData
This commit is contained in:
parent
22f528cd21
commit
f09c7e8b4e
|
@ -1,5 +0,0 @@
|
||||||
#include "ChannelData.hpp"
|
|
||||||
|
|
||||||
namespace chatterino {
|
|
||||||
|
|
||||||
} // namespace chatterino
|
|
|
@ -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
|
|
Loading…
Reference in a new issue