pidgin/pidgin

Remove unused accessors of RequestPage internals

15 months ago, Elliott Sales de Andrade
f9b76a91e3ae
Remove unused accessors of RequestPage internals

What UIs want to know is if all required fields have been filled, and if all fields are valid, and those are exposed already.

Testing Done:
Compiled only.

Reviewed at https://reviews.imfreedom.org/r/2344/
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