grim/pidgin

Remove get_plugin_pref_frame from gnttinyurl

16 months ago, Elliott Sales de Andrade
057b4b3a4c3f
Remove get_plugin_pref_frame from gnttinyurl

Finch can't display `GSettings` yet, but the rest of this plugin is already ported to it. So this old frame code is misleading, since it is hooked up to the `PurplePrefs`, not `GSettings`.

Testing Done:
Compiled only

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