pidgin/pidgin

Remove all of the tune api

14 months ago, Gary Kramlich
cd96db566218
Remove all of the tune api

Testing Done:
Compiled, built `pidgin-pot`, and ran the unit tests.

Reviewed at https://reviews.imfreedom.org/r/2368/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)