aboutsummaryrefslogtreecommitdiff
path: root/src/mm-charsets.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-02-14 09:14:21 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-02-23 11:35:11 +0000
commitc84454c1b00da7d33cc4fd917be4be6756317488 (patch)
tree506e3a1542f0cfa5e50b72b283601fb95de7e201 /src/mm-charsets.h
parent0ff3eb7ee0106423519152a68de1621cedf567c8 (diff)
charsets: remove charset_hex_to_utf8()
No longer used, replaced by the new common conversion methods.
Diffstat (limited to 'src/mm-charsets.h')
-rw-r--r--src/mm-charsets.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mm-charsets.h b/src/mm-charsets.h
index 9cae5ddf..6db481cd 100644
--- a/src/mm-charsets.h
+++ b/src/mm-charsets.h
@@ -37,12 +37,6 @@ MMModemCharset mm_modem_charset_from_string (const gchar *string);
/*****************************************************************************************/
-/* Take a string in hex representation ("00430052" or "A4BE11" for example)
- * and convert it from the given character set to UTF-8.
- */
-gchar *mm_modem_charset_hex_to_utf8 (const gchar *src,
- MMModemCharset charset);
-
/* Checks whether conversion to the given charset may be done without errors */
gboolean mm_charset_can_convert_to (const gchar *utf8,
MMModemCharset charset);