pidgin/pidgin

1cfdaf481246
Remove the old avatar from the infopane.

* Removed the preference for hiding the info pane as that will not be an option
going forward.
* Removed the preference for animating avatars as they shouldn't be animating
unless the user is doing something like type, talking, or hovering over the
icon.

Testing Done:
Ran locally.

Reviewed at https://reviews.imfreedom.org/r/560/
if ENABLE_DOC
subdir('reference')
endif
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