diff options
-rw-r--r-- | doc/reference/epiphany.types | 2 | ||||
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/epiphany.h.in | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index c00f19a76..e69682866 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -25,7 +25,6 @@ ephy_zoom_control_get_type #include <ephy-embed-event.h> #include <ephy-embed-persist.h> #include <ephy-embed-single.h> -#include <ephy-password-manager.h> #include <ephy-permission-manager.h> ephy_embed_get_type @@ -36,7 +35,6 @@ ephy_embed_event_get_type ephy_embed_persist_get_type ephy_embed_single_get_type ephy_permission_manager_get_type -ephy_password_manager_get_type #include <ephy-window.h> #include <ephy-shell.h> diff --git a/src/Makefile.am b/src/Makefile.am index 46f531aae..ab2949e0f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -274,7 +274,6 @@ EPHY_GIR_H_FILES = \ $(top_srcdir)/embed/ephy-embed-single.h \ $(top_srcdir)/embed/ephy-favicon-cache.h \ $(top_srcdir)/embed/ephy-history.h \ - $(top_srcdir)/embed/ephy-password-manager.h \ $(top_srcdir)/embed/ephy-permission-manager.h \ $(top_srcdir)/embed/ephy-web-view.h \ $(top_srcdir)/lib/ephy-dialog.h \ diff --git a/src/epiphany.h.in b/src/epiphany.h.in index a1928a2aa..7618782c3 100644 --- a/src/epiphany.h.in +++ b/src/epiphany.h.in @@ -57,7 +57,6 @@ #include <epiphany/ephy-node-db.h> #include <epiphany/ephy-node.h> #include <epiphany/ephy-notebook.h> -#include <epiphany/ephy-password-manager.h> #include <epiphany/ephy-permission-manager.h> #include <epiphany/ephy-session.h> #include <epiphany/ephy-shell.h> |