summaryrefslogtreecommitdiff
path: root/libpurple/protocols/gg/status.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2023-03-20 21:12:08 -0500
committerGary Kramlich <grim@reaperworld.com>2023-03-20 21:12:08 -0500
commit40001171184e77f257647df9916235249f4073f6 (patch)
treef8e6c44bba7f73b250c57f32352de0a690c59bca /libpurple/protocols/gg/status.h
parent6e963519fa1879963155b06e11065e932335486f (diff)
downloadpidgin-40001171184e77f257647df9916235249f4073f6.tar.gz
Remove purple_protocol_client_status_text as it is no longer used
Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/2367/
Diffstat (limited to 'libpurple/protocols/gg/status.h')
-rw-r--r--libpurple/protocols/gg/status.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpurple/protocols/gg/status.h b/libpurple/protocols/gg/status.h
index 88cff3559e..9234280445 100644
--- a/libpurple/protocols/gg/status.h
+++ b/libpurple/protocols/gg/status.h
@@ -60,6 +60,5 @@ void ggp_status_broadcasting_dialog(PurpleConnection *gc);
/* buddy status */
void ggp_status_got_others(PurpleConnection *gc, struct gg_event *ev);
-char * ggp_status_buddy_text(PurpleProtocolClient *client, PurpleBuddy *buddy);
#endif /* PURPLE_GG_STATUS_H */