libpurple/account.h

changeset 41914
168bba42c41e
parent 41905
a84e44c85f4f
child 41920
29ebd938c592
--- a/libpurple/account.h	Sat Nov 12 15:38:17 2022 -0600
+++ b/libpurple/account.h	Wed Nov 16 03:03:22 2022 -0600
@@ -360,15 +360,6 @@
 void purple_account_clear_settings(PurpleAccount *account);
 
 /**
- * purple_account_remove_setting:
- * @account: The account.
- * @setting: The setting to remove.
- *
- * Removes an account-specific setting by name.
- */
-void purple_account_remove_setting(PurpleAccount *account, const char *setting);
-
-/**
  * purple_account_set_int:
  * @account: The account.
  * @name:    The name of the setting.

mercurial