pidgin/pidgin

Remove purple_date_format_full

20 months ago, Elliott Sales de Andrade
4a51008d3f64
Remove purple_date_format_full

And inline it instead. Somehow with all these uses, it's still more delete than insert.

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/1869/
if get_option('doc')
subdir('libpurple')
subdir('protocols')
if ENABLE_GTK
subdir('pidgin')
else
pidgin_doc = []
endif
if enable_consoleui
subdir('finch')
else
finch_doc = []
endif
alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)
endif