mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
remove useless comment
This commit is contained in:
parent
56956eea58
commit
e0e7d366d3
|
@ -74,8 +74,6 @@ enum class MessageElementFlag {
|
||||||
// - Chatterino top donator badge
|
// - Chatterino top donator badge
|
||||||
BadgeChatterino = (1 << 18),
|
BadgeChatterino = (1 << 18),
|
||||||
|
|
||||||
// Rest of slots: ffz custom badge? bttv custom badge? mywaifu custom badge?
|
|
||||||
|
|
||||||
Badges = BadgeGlobalAuthority | BadgeChannelAuthority | BadgeSubscription |
|
Badges = BadgeGlobalAuthority | BadgeChannelAuthority | BadgeSubscription |
|
||||||
BadgeVanity | BadgeChatterino,
|
BadgeVanity | BadgeChatterino,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue