From 270730d9b36c8fc3a221da7e565632c1432d41c6 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 5 Jun 2022 21:41:57 -0400 Subject: start attachments (image paste and upload) --- src/components/chatlist.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/components/chatlist.cpp') diff --git a/src/components/chatlist.cpp b/src/components/chatlist.cpp index 5b923b5..9bd8daf 100644 --- a/src/components/chatlist.cpp +++ b/src/components/chatlist.cpp @@ -352,10 +352,6 @@ ChatList::type_signal_action_message_edit ChatList::signal_action_message_edit() return m_signal_action_message_edit; } -ChatList::type_signal_action_chat_submit ChatList::signal_action_chat_submit() { - return m_signal_action_chat_submit; -} - ChatList::type_signal_action_chat_load_history ChatList::signal_action_chat_load_history() { return m_signal_action_chat_load_history; } -- cgit v1.2.3