From 4906775edeb96dc3f9194d43252ab2b47bc11e4e Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:35:44 -0400 Subject: remove tmp row map from channel list --- src/components/channellist/channellist.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/components/channellist/channellist.hpp') diff --git a/src/components/channellist/channellist.hpp b/src/components/channellist/channellist.hpp index df7dbac..8c644c9 100644 --- a/src/components/channellist/channellist.hpp +++ b/src/components/channellist/channellist.hpp @@ -188,11 +188,6 @@ protected: Snowflake m_active_channel; - // (GetIteratorForChannelFromID is rather slow) - // only temporary since i dont want to worry about maintaining this map - std::unordered_map m_tmp_row_map; - std::unordered_map m_tmp_guild_row_map; - public: using type_signal_action_channel_item_select = sigc::signal; using type_signal_action_guild_leave = sigc::signal; -- cgit v1.2.3