mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Revert "Don't compile some unused functions in gio/xdgmime/"
This reverts commit 14e46ca288
.
Diverging from upstream xdgmime is a maintenance burden, and this
isn’t really much additional code to compile. It should be dropped by
the linker since it’s unused.
See https://gitlab.freedesktop.org/xdg/xdgmime/-/merge_requests/15.
This commit is contained in:
@@ -65,8 +65,6 @@ void _xdg_glob_hash_append_glob (XdgGlobHash *glob_hash,
|
||||
int weight,
|
||||
int case_sensitive);
|
||||
XdgGlobType _xdg_glob_determine_type (const char *glob);
|
||||
#ifdef NOT_USED_IN_GIO
|
||||
void _xdg_glob_hash_dump (XdgGlobHash *glob_hash);
|
||||
#endif
|
||||
|
||||
#endif /* __XDG_MIME_GLOB_H__ */
|
||||
|
Reference in New Issue
Block a user