about summary refs log tree commit diff stats
path: root/functionaltests/test_presence.h
diff options
context:
space:
mode:
Diffstat (limited to 'functionaltests/test_presence.h')
-rw-r--r--functionaltests/test_presence.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/functionaltests/test_presence.h b/functionaltests/test_presence.h
deleted file mode 100644
index 0603732a..00000000
--- a/functionaltests/test_presence.h
+++ /dev/null
@@ -1,13 +0,0 @@
-void presence_away(void **state);
-void presence_away_with_message(void **state);
-void presence_online(void **state);
-void presence_online_with_message(void **state);
-void presence_xa(void **state);
-void presence_xa_with_message(void **state);
-void presence_dnd(void **state);
-void presence_dnd_with_message(void **state);
-void presence_chat(void **state);
-void presence_chat_with_message(void **state);
-void presence_set_priority(void **state);
-void presence_includes_priority(void **state);
-void presence_received(void **state);