diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-05 23:57:45 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:45 +0800 |
commit | 9666dba09d79cd88777e9066dbdb2ca5b5e7588f (patch) | |
tree | 0ef70074aa9f6bf5875440b6fc371083c9cd47e3 /embed/Makefile.am | |
parent | 222b98ba6644addc080cccbd536d9b90bc27d3ba (diff) | |
download | gsoc2013-epiphany-9666dba09d79cd88777e9066dbdb2ca5b5e7588f.tar.gz gsoc2013-epiphany-9666dba09d79cd88777e9066dbdb2ca5b5e7588f.tar.zst gsoc2013-epiphany-9666dba09d79cd88777e9066dbdb2ca5b5e7588f.zip |
Get rid of EphyBrowseHistory
It was a very thin wrapper on top of the history service, it does not
seem to make much sense. For now move the two useful helper methods
down to the service without further changes.
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 44803fdc8..8476bfc39 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -26,7 +26,6 @@ INST_H_FILES = \ ephy-embed-shell.h \ ephy-embed-utils.h \ ephy-history.h \ - ephy-browse-history.h \ ephy-permission-manager.h \ ephy-web-view.h @@ -49,7 +48,6 @@ libephyembed_la_SOURCES = \ ephy-encodings.c \ ephy-favicon-cache.c \ ephy-history.c \ - ephy-browse-history.c \ ephy-permission-manager.c \ ephy-request-about.c \ ephy-embed-prefs.c \ |