pidgin/pidgin

Remove PurpleProtocolClient->tooltip_text as it is barely used and we're scaling back our tooltip usage

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/2370/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)