[epiphany] Remove several files that are no longer used



commit 01db365adf22559734387be8719d0321ebd06ba7
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Oct 8 15:30:46 2016 -0500

    Remove several files that are no longer used

 lib/Makefile.am                    |    2 -
 lib/ephy-node-filter.c             |  411 --------
 lib/ephy-node-filter.h             |   78 --
 lib/widgets/Makefile.am            |    6 -
 lib/widgets/ephy-node-view.c       | 1823 ------------------------------------
 lib/widgets/ephy-node-view.h       |  118 ---
 lib/widgets/ephy-tree-model-node.c |  629 -------------
 lib/widgets/ephy-tree-model-node.h |   59 --
 lib/widgets/ephy-tree-model-sort.c |  216 -----
 lib/widgets/ephy-tree-model-sort.h |   40 -
 10 files changed, 0 insertions(+), 3382 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5693129..586f1d7 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -31,8 +31,6 @@ libephymisc_la_SOURCES = \
        ephy-node.c                             \
        ephy-node.h                             \
        ephy-node-common.h                      \
-       ephy-node-filter.c                      \
-       ephy-node-filter.h                      \
        ephy-node-db.c                          \
        ephy-node-db.h                          \
        ephy-prefs.h                            \
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am
index fb3ac10..5f4aae1 100644
--- a/lib/widgets/Makefile.am
+++ b/lib/widgets/Makefile.am
@@ -72,8 +72,6 @@ libephywidgets_la_SOURCES = \
        ephy-location-entry.h                   \
        ephy-middle-clickable-button.c          \
        ephy-middle-clickable-button.h          \
-       ephy-node-view.c                        \
-       ephy-node-view.h                        \
        ephy-password-notification.c            \
        ephy-password-notification.h            \
        ephy-security-popover.c                 \
@@ -82,10 +80,6 @@ libephywidgets_la_SOURCES = \
        ephy-title-box.h                        \
        ephy-title-widget.c                     \
        ephy-title-widget.h                     \
-       ephy-tree-model-node.c                  \
-       ephy-tree-model-node.h                  \
-       ephy-tree-model-sort.c                  \
-       ephy-tree-model-sort.h                  \
        nautilus-floating-bar.c                 \
        nautilus-floating-bar.h
 


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