diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-01-21 20:35:45 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-21 20:35:45 +0800 |
commit | 6d0925a6632ab79046b1d59b74d88f3b5bc39eae (patch) | |
tree | b4f488786c5cf5395421be6a3605b287985e760b /lib/Makefile.am | |
parent | 3b1d26f1fd1107ed5196c8fb48dd40bbf888cda4 (diff) | |
download | gsoc2013-epiphany-6d0925a6632ab79046b1d59b74d88f3b5bc39eae.tar gsoc2013-epiphany-6d0925a6632ab79046b1d59b74d88f3b5bc39eae.tar.gz gsoc2013-epiphany-6d0925a6632ab79046b1d59b74d88f3b5bc39eae.tar.bz2 gsoc2013-epiphany-6d0925a6632ab79046b1d59b74d88f3b5bc39eae.tar.lz gsoc2013-epiphany-6d0925a6632ab79046b1d59b74d88f3b5bc39eae.tar.xz gsoc2013-epiphany-6d0925a6632ab79046b1d59b74d88f3b5bc39eae.tar.zst gsoc2013-epiphany-6d0925a6632ab79046b1d59b74d88f3b5bc39eae.zip |
Remove fs autocompletion, we are a browser after all
2003-01-21 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/Makefile.am:
* lib/ephy-filesystem-autocompletion.c:
* lib/ephy-filesystem-autocompletion.h:
Remove fs autocompletion, we are a browser after all
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 7d324f0e9..d32f31364 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,8 +29,6 @@ libephy_la_SOURCES = \ ephy-dnd.h \ ephy-file-helpers.c \ ephy-file-helpers.h \ - ephy-filesystem-autocompletion.c \ - ephy-filesystem-autocompletion.h \ ephy-glade.c \ ephy-glade.h \ ephy-gobject-misc.h \ |