pidgin/pidgin

Remove PurpleQueuedOutputStream

4 months ago, Gary Kramlich
0a7a98da4f1b
Remove PurpleQueuedOutputStream

Everything that was using it is now using it from Birb so we can safely delete
it.

Testing Done:
Consulted with the Turtles.

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