about summary refs log tree commit diff stats
path: root/tests/test_cmd_otr.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cmd_otr.h')
-rw-r--r--tests/test_cmd_otr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_cmd_otr.h b/tests/test_cmd_otr.h
index fb45bcf7..8ef182e9 100644
--- a/tests/test_cmd_otr.h
+++ b/tests/test_cmd_otr.h
@@ -32,13 +32,11 @@ void cmd_otr_myfp_shows_my_fingerprint(void **state);
 void cmd_otr_theirfp_shows_message_when_in_console(void **state);
 void cmd_otr_theirfp_shows_message_when_in_muc(void **state);
 void cmd_otr_theirfp_shows_message_when_in_private(void **state);
-void cmd_otr_theirfp_shows_message_when_in_duck(void **state);
 void cmd_otr_theirfp_shows_message_when_non_otr_chat_window(void **state);
 void cmd_otr_theirfp_shows_fingerprint(void **state);
 void cmd_otr_start_shows_message_when_in_console(void **state);
 void cmd_otr_start_shows_message_when_in_muc(void **state);
 void cmd_otr_start_shows_message_when_in_private(void **state);
-void cmd_otr_start_shows_message_when_in_duck(void **state);
 void cmd_otr_start_shows_message_when_already_started(void **state);
 void cmd_otr_start_shows_message_when_no_key(void **state);
 void cmd_otr_start_sends_otr_query_message_to_current_recipeint(void **state);