From b9626f0c690ad69f7f8304fb9130877e3d62db6d Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Thu, 11 Jun 2020 21:59:21 -0400 Subject: Additional code cleanup --- src/ChatPage.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/ChatPage.cpp') diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp index 2340b146..c7f5164a 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp @@ -606,12 +606,6 @@ ChatPage::resetUI() showUnreadMessageNotification(0); } -void -ChatPage::reactMessage(const QString &id) -{ - view_manager_->queueReactionMessage(current_room_, id, "👀"); -} - void ChatPage::focusMessageInput() { -- cgit 1.5.1