summaryrefslogtreecommitdiff
path: root/components/chatwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-06-17 01:08:09 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-06-17 01:08:09 -0400
commit78f3164063f90c2be53d56fef6fd4a1cd085d923 (patch)
tree8d3b0fe411b4ab4501eb62b83b33091be2cac5aa /components/chatwindow.hpp
parent51fdcddaea49c8a23475be12b16c772d4d33b8ee (diff)
downloadabaddon-portaudio-78f3164063f90c2be53d56fef6fd4a1cd085d923.tar.gz
abaddon-portaudio-78f3164063f90c2be53d56fef6fd4a1cd085d923.zip
add unpin to menu, refactor a bit
Diffstat (limited to 'components/chatwindow.hpp')
-rw-r--r--components/chatwindow.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp
index e6280f6..ee2eef6 100644
--- a/components/chatwindow.hpp
+++ b/components/chatwindow.hpp
@@ -59,7 +59,6 @@ protected:
Gtk::Box *m_meta;
public:
- typedef sigc::signal<void, Snowflake, Snowflake> type_signal_action_message_delete;
typedef sigc::signal<void, Snowflake, Snowflake> type_signal_action_message_edit;
typedef sigc::signal<void, std::string, Snowflake, Snowflake> type_signal_action_chat_submit;
typedef sigc::signal<void, Snowflake> type_signal_action_chat_load_history;
@@ -68,7 +67,6 @@ public:
typedef sigc::signal<void, Snowflake, Glib::ustring> type_signal_action_reaction_add;
typedef sigc::signal<void, Snowflake, Glib::ustring> type_signal_action_reaction_remove;
- type_signal_action_message_delete signal_action_message_delete();
type_signal_action_message_edit signal_action_message_edit();
type_signal_action_chat_submit signal_action_chat_submit();
type_signal_action_chat_load_history signal_action_chat_load_history();
@@ -78,7 +76,6 @@ public:
type_signal_action_reaction_remove signal_action_reaction_remove();
private:
- type_signal_action_message_delete m_signal_action_message_delete;
type_signal_action_message_edit m_signal_action_message_edit;
type_signal_action_chat_submit m_signal_action_chat_submit;
type_signal_action_chat_load_history m_signal_action_chat_load_history;