diff -r 5df699e43f3f -r 265694d7b23d libpurple/util.h --- a/libpurple/util.h Sat Jan 30 04:38:54 2021 -0600 +++ b/libpurple/util.h Sat Jan 30 05:39:19 2021 -0600 @@ -734,16 +734,6 @@ char *purple_str_seconds_to_string(guint sec); /** - * purple_utf16_size: - * @str: String to check. - * - * Calculates UTF-16 string size (in bytes). - * - * Returns: Number of bytes (including NUL character) that string occupies. - */ -size_t purple_utf16_size(const gunichar2 *str); - -/** * purple_str_wipe: * @str: A NUL-terminated string to free, or a NULL-pointer. * @@ -753,16 +743,6 @@ */ void purple_str_wipe(gchar *str); -/** - * purple_utf16_wipe: - * @str: A NUL-terminated string to free, or a NULL-pointer. - * - * Fills a NUL-terminated UTF-16 string with zeros and frees it. - * - * It should be used to free sensitive data, like passwords. - */ -void purple_utf16_wipe(gunichar2 *str); - /**************************************************************************/ /* URI/URL Functions */ /**************************************************************************/