pidgin/pidgin

Remove PurpleXfer UI data storage.

2019-12-22, Elliott Sales de Andrade
263f9375fc8d
Remove PurpleXfer UI data storage.

As a GObject, UIs can use g_object_[gs]et_data instead.
SIMPLESOURCES = [
'http.c',
'http.h',
'ntlm.c',
'ntlm.h',
'simple.c',
'simple.h',
'sipmsg.c',
'sipmsg.h'
]
if DYNAMIC_SIMPLE
simple_prpl = shared_library('simple', SIMPLESOURCES,
dependencies : [libpurple_dep, nettle, glib, gio, ws2_32],
install : true, install_dir : PURPLE_PLUGINDIR)
endif