[epiphany] Remove ephy-request-about



commit 9701366af8864044864c1f3016945bbeed51876c
Author: Carlos Garcia Campos <cgarcia igalia com>
Date:   Wed Mar 27 17:53:07 2013 +0100

    Remove ephy-request-about
    
    It's not used in WebKit2.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696728

 embed/Makefile.am          |    4 +-
 embed/ephy-embed-shell.c   |    1 -
 embed/ephy-request-about.c |   91 --------------------------------------------
 embed/ephy-request-about.h |   34 ----------------
 4 files changed, 1 insertions(+), 129 deletions(-)
---
diff --git a/embed/Makefile.am b/embed/Makefile.am
index 1de5943..ba0fb44 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -10,8 +10,7 @@ NOINST_H_FILES = \
        ephy-embed-private.h            \
        ephy-encoding.h                 \
        ephy-encodings.h                \
-       ephy-file-monitor.h             \
-       ephy-request-about.h
+       ephy-file-monitor.h
 
 INST_H_FILES = \
        ephy-download.h                 \
@@ -42,7 +41,6 @@ libephyembed_la_SOURCES = \
        ephy-encodings.c                \
        ephy-file-monitor.c             \
        ephy-overview.c                 \
-       ephy-request-about.c            \
        ephy-embed-prefs.c              \
        ephy-web-view.c                 \
        $(INST_H_FILES)                 \
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 9572e57..85cce56 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]