aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/reference/Makefile.am1
-rw-r--r--doc/reference/epiphany.types2
-rw-r--r--src/Makefile.am1
3 files changed, 0 insertions, 4 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 23d85b46c..a7d42a402 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -47,7 +47,6 @@ IGNORE_HFILES = \
ephy-tree-model-sort.h \
ephy-zoom-action.h \
downloader-view.h \
- ephy-download.h \
ephy-embed-dialog.h \
ephy-embed-event.h \
ephy-embed-popup-control.h \
diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types
index a890b1921..c00f19a76 100644
--- a/doc/reference/epiphany.types
+++ b/doc/reference/epiphany.types
@@ -21,7 +21,6 @@ ephy_zoom_control_get_type
#include <ephy-embed.h>
#include <downloader-view.h>
#include <ephy-command-manager.h>
-#include <ephy-download.h>
#include <ephy-embed-dialog.h>
#include <ephy-embed-event.h>
#include <ephy-embed-persist.h>
@@ -32,7 +31,6 @@ ephy_zoom_control_get_type
ephy_embed_get_type
downloader_view_get_type
ephy_command_manager_get_type
-ephy_download_get_type
ephy_embed_dialog_get_type
ephy_embed_event_get_type
ephy_embed_persist_get_type
diff --git a/src/Makefile.am b/src/Makefile.am
index a13992832..1d8fd6f09 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -388,7 +388,6 @@ BINDING_HEADERS_SRCDIR_IN = \
BINDING_HEADERS_SRCDIR_IGNORE_IN = \
embed/downloader-view.h \
- embed/ephy-download.h \
embed/ephy-embed-dialog.h \
embed/ephy-embed-find.h \
embed/ephy-embed-prefs.h \