From 614c6ea59566441fdf91cc4329251b8b0a5561c0 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 16 Feb 2021 01:02:12 -0500 Subject: improve message handling with DMs a little --- components/channels.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'components/channels.hpp') diff --git a/components/channels.hpp b/components/channels.hpp index d7fda18..31c494c 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -164,7 +164,6 @@ protected: // i would use one map but in really old guilds there can be a channel w/ same id as the guild so this hacky shit has to do std::unordered_map m_guild_id_to_row; std::unordered_map m_id_to_row; - std::unordered_map m_dm_id_to_row; void InsertGuildAt(Snowflake id, int pos); -- cgit v1.2.3