Remove pidgin_clear_cursor and pidgin_set_cursor
Review Request #1289 — Created Feb. 4, 2022 and submitted — Latest diff uploaded
pidgin_set_cursor was only used once, so I just replaced it with gtk_widget_set_cursor_from_name. pidgin_clear_cursor was not used at all.
Compiled and verified that the errors in utils regarding cursors were gone.