pidgin/pidgin

f7a1c67543e5
Parents 09fc97ff0b52
Children bc2a26d3c966
Remove a function that was no longer being used.

Testing Done:
Compiled and ran locally.

Reviewed at https://reviews.imfreedom.org/r/424/
--- a/pidgin/gtkstatusbox.c Thu Jan 14 20:32:50 2021 -0600
+++ b/pidgin/gtkstatusbox.c Thu Jan 14 20:33:52 2021 -0600
@@ -1242,14 +1242,6 @@
}
static void
-pidgin_status_box_save_message_cb(TalkatuInput *input, gpointer data) {
- PidginStatusBox *status_box = PIDGIN_STATUS_BOX(data);
-
- activate_currently_selected_status(status_box);
- pidgin_status_box_refresh(status_box);
-}
-
-static void
pidgin_status_box_init (PidginStatusBox *status_box)
{
GNetworkMonitor *monitor = NULL;