diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2013-03-28 00:53:07 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2013-06-05 00:20:22 +0800 |
commit | 9701366af8864044864c1f3016945bbeed51876c (patch) | |
tree | 46758d3ae9300323fc24bea20b4d500e6e2c5da7 /embed/ephy-embed-shell.c | |
parent | 1dce50da0d55e0814b444f1922d2e263ce9aeda4 (diff) | |
download | gsoc2013-epiphany-9701366af8864044864c1f3016945bbeed51876c.tar gsoc2013-epiphany-9701366af8864044864c1f3016945bbeed51876c.tar.gz gsoc2013-epiphany-9701366af8864044864c1f3016945bbeed51876c.tar.bz2 gsoc2013-epiphany-9701366af8864044864c1f3016945bbeed51876c.tar.lz gsoc2013-epiphany-9701366af8864044864c1f3016945bbeed51876c.tar.xz gsoc2013-epiphany-9701366af8864044864c1f3016945bbeed51876c.tar.zst gsoc2013-epiphany-9701366af8864044864c1f3016945bbeed51876c.zip |
Remove ephy-request-about
It's not used in WebKit2.
https://bugzilla.gnome.org/show_bug.cgi?id=696728
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 9572e5720..85cce56c6 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -32,7 +32,6 @@ #include "ephy-file-helpers.h" #include "ephy-history-service.h" #include "ephy-profile-utils.h" -#include "ephy-request-about.h" #include "ephy-settings.h" #include "ephy-snapshot-service.h" #include "ephy-web-extension.h" |