pidgin/pidgin

Remove purple_connection_notice

20 months ago, Gary Kramlich
b55196b7ba2d
Remove purple_connection_notice

It wasn't used in Finch, was a no-op in pidgin, and none of the protocol plugins
used it. In the future we'll just add a "notice" flag or something to
PurpleMessage when we need it.

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1808/
subdir('reference')
if ENABLE_GTK
pidgin_man = configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
finch_man = configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif