summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-06-11 21:59:21 -0400
committerJoseph Donofry <joedonofry@gmail.com>2020-06-11 21:59:21 -0400
commitb9626f0c690ad69f7f8304fb9130877e3d62db6d (patch)
treec012bdae8291dfa4da87f49aad13b1bc5f1d1e25 /src/ChatPage.cpp
parentFix linting (diff)
downloadnheko-b9626f0c690ad69f7f8304fb9130877e3d62db6d.tar.xz
Additional code cleanup
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 2340b146..c7f5164a 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -607,12 +607,6 @@ ChatPage::resetUI() } void -ChatPage::reactMessage(const QString &id) -{ - view_manager_->queueReactionMessage(current_room_, id, "👀"); -} - -void ChatPage::focusMessageInput() { this->text_input_->focusLineEdit();