remove some dead code

This commit is contained in:
Dirk-Jan C. Binnema
2020-02-10 01:00:01 +02:00
parent 36b31eeb0a
commit 24932c12b7
4 changed files with 0 additions and 173 deletions

View File

@ -174,19 +174,6 @@ GSList* mu_str_to_list (const char *str, char sepa, gboolean strip);
*/
GSList* mu_str_esc_to_list (const char *str);
/**
* Parse a list of <key>:<value> arguments, where <value> supports
* quoting and escaping.
*
* @param args a list of arguments
* @param err receives error information
*
* @return a hash table with key->value, or NULL in case of
* error. Free with g_hash_table_destroy.
*/
GHashTable* mu_str_parse_arglist (const char *args, GError **err)
G_GNUC_WARN_UNUSED_RESULT;
/**
* free a GSList consisting of allocated strings
*