pidgin/pidgin

Remove PurpleCommandsUiOps

20 months ago, Gary Kramlich
eee8aa10c2a0
Remove PurpleCommandsUiOps

This was initially added for Instantbird which is no longer maintained.

Testing Done:
Compiled

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