about summary refs log tree commit diff stats
path: root/tests/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-14 14:50:45 +0000
committerJames Booth <boothj5@gmail.com>2015-03-14 14:50:45 +0000
commitbc6e32175d703e5cf7b4ed7638ee7b60c521c298 (patch)
tree1138e4aaee3d7c8bde3952b68e4da54beb16f624 /tests/ui
parent6fd5b617ef9e3fc45cc5dbdaaff75516f920fdff (diff)
downloadprofani-tty-bc6e32175d703e5cf7b4ed7638ee7b60c521c298.tar.gz
Removed from argument from outgoing message functions
Diffstat (limited to 'tests/ui')
-rw-r--r--tests/ui/stub_ui.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index 4ae08ee7..802286ba 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -201,10 +201,8 @@ void ui_incoming_private_msg(const char * const fulljid, const char * const mess
 void ui_disconnected(void) {}
 void ui_recipient_gone(const char * const barejid, const char * const resource) {}
 
-void ui_outgoing_chat_msg(const char * const from, const char * const barejid,
-    const char * const message, char *id) {}
-void ui_outgoing_private_msg(const char * const from, const char * const fulljid,
-    const char * const message) {}
+void ui_outgoing_chat_msg(const char * const barejid, const char * const message, char *id) {}
+void ui_outgoing_private_msg(const char * const fulljid, const char * const message) {}
 
 void ui_room_join(const char * const roomjid, gboolean focus) {}
 void ui_switch_to_room(const char * const roomjid) {}