mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Don't compile some unused functions in gio/xdgmime/
This commit is contained in:
committed by
Emmanuel Fleury
parent
a1bfe899ab
commit
14e46ca288
@@ -163,6 +163,7 @@ _xdg_mime_icon_read_from_file (XdgIconList *list,
|
||||
sizeof (XdgIcon), icon_entry_cmp);
|
||||
}
|
||||
|
||||
#ifdef NOT_USED_IN_GIO
|
||||
|
||||
void
|
||||
_xdg_mime_icon_list_dump (XdgIconList *list)
|
||||
@@ -180,4 +181,5 @@ _xdg_mime_icon_list_dump (XdgIconList *list)
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user