pidgin/pidgin

c836dbbea641
Parents be1e91019453
Children 91af085cf35b
Remove an unused function declaration from IRCv3

This was part of a previous implementation and was missed when we moved to
subclassing PurpleConnection.

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/2169/
--- a/libpurple/protocols/ircv3/purpleircv3connection.h Mon Jan 02 02:56:45 2023 -0600
+++ b/libpurple/protocols/ircv3/purpleircv3connection.h Tue Jan 03 00:53:39 2023 -0600
@@ -37,8 +37,6 @@
G_GNUC_INTERNAL void purple_ircv3_connection_register(GPluginNativePlugin *plugin);
-G_GNUC_INTERNAL PurpleAccount *purple_ircv3_connection_get_account(PurpleIRCv3Connection *connection);
-
G_GNUC_INTERNAL GCancellable *purple_ircv3_connection_get_cancellable(PurpleIRCv3Connection *connection);
G_GNUC_INTERNAL void purple_ircv3_connection_writef(PurpleIRCv3Connection *connection, const char *format, ...) G_GNUC_PRINTF(2, 3);