summaryrefslogtreecommitdiff
path: root/libpurple/core.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-08-13 22:03:41 -0500
committerGary Kramlich <grim@reaperworld.com>2020-08-13 22:03:41 -0500
commite4c4ee7b3d89c37d50dd4501e99e0930290aa102 (patch)
tree0d6540b8119e3e302933d0ebcb8b0b070b12ad70 /libpurple/core.c
parent0260c9509cc4927be20511665e1b7575a4ccea92 (diff)
downloadpidgin-e4c4ee7b3d89c37d50dd4501e99e0930290aa102.tar.gz
remove the old sound api
Remove all traces of the old sound api from pidgin Remove all traces of the old sound api from finch Remove all references to the old sound api from libpurple Remove the old sound files Update ChangeLog.API for all the removals Testing Done: Compile tested finch. Ran pidgin, verified the preferences window works, the pounce window dies on something talkatu related but that will be addressed separately. Reviewed at https://reviews.imfreedom.org/r/58/
Diffstat (limited to 'libpurple/core.c')
-rw-r--r--libpurple/core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libpurple/core.c b/libpurple/core.c
index 16e85781a0..1dc79cdac3 100644
--- a/libpurple/core.c
+++ b/libpurple/core.c
@@ -44,8 +44,6 @@
#include "smiley-custom.h"
#include "smiley-parser.h"
#include "smiley-theme.h"
-#include "sound.h"
-#include "sound-theme-loader.h"
#include "status.h"
#include "stun.h"
#include "theme-manager.h"
@@ -180,7 +178,6 @@ purple_core_init(const char *ui)
purple_network_init();
purple_pounces_init();
purple_proxy_init();
- purple_sound_init();
purple_stun_init();
purple_xfers_init();
purple_idle_init();
@@ -236,7 +233,6 @@ purple_core_quit(void)
purple_statuses_uninit();
purple_accounts_uninit();
purple_keyring_uninit(); /* after accounts */
- purple_sound_uninit();
purple_theme_manager_uninit();
purple_xfers_uninit();
purple_proxy_uninit();