GNOME Bugzilla – Bug 342237
remove outdated vfs utils
Last modified: 2006-05-24 13:23:14 UTC
eel-vfs-extensions.[ch] contains a bunch of functions that have been migrated to gnome-vfs a long time ago (2.2). Since now eel is used only by nautilus and doesn't guarantee api/abi stability and since I saw that other unused functions were dropped in 2.15.1 I think it's a good time to get rid of lots of old code.
Created attachment 65759 [details] [review] first patch This takes care of the most low hanging fruits, a whole bunch of functions that were copied verbatim to gnome-vfs and that are already not used anymore in nautilus (except for one call to eel_uri_get_scheme for which a patch is attached below). There are still some functions for which the same thing could be done (for instance make_uri_canonical etc), but they need more careful thought given that the copy in gnome-vfs seems to have diverged or they are still widely used in nautilus.
Created attachment 65760 [details] [review] one liner for nautilus
Looks good. Please commit.
done.