mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
cast a "char **" to "const char **" to avoid a warning.
* gdesktopappinfo.c (update_mimeapps_list): cast a "char **" to "const char **" to avoid a warning. * gemblem.c (g_emblem_from_tokens): * gemblemedicon.c (g_emblemed_icon_from_tokens): * xdgmime/xdgmime.c (xdg_mime_get_icon): remove unused variables svn path=/trunk/; revision=7775
This commit is contained in:
@@ -906,8 +906,6 @@ xdg_mime_remove_callback (int callback_id)
|
||||
const char *
|
||||
xdg_mime_get_icon (const char *mime)
|
||||
{
|
||||
const char *icon;
|
||||
|
||||
xdg_mime_init ();
|
||||
|
||||
if (_caches)
|
||||
|
Reference in New Issue
Block a user