[epiphany] Remove the topic/bookmark factory actions



commit 9fa3bd65a81f430b2c7ab8446f1eccb773d8845a
Author: Xan Lopez <xan igalia com>
Date:   Wed Dec 14 17:43:42 2011 +0100

    Remove the topic/bookmark factory actions
    
    They are unused now.

 src/bookmarks/Makefile.am                    |    4 -
 src/bookmarks/ephy-bookmark-factory-action.c |  303 --------------------------
 src/bookmarks/ephy-bookmark-factory-action.h |   56 -----
 src/bookmarks/ephy-bookmarks-ui.c            |    2 -
 src/bookmarks/ephy-topic-factory-action.c    |  302 -------------------------
 src/bookmarks/ephy-topic-factory-action.h    |   56 -----
 6 files changed, 0 insertions(+), 723 deletions(-)
---
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am
index 14ea7c7..e8dac31 100644
--- a/src/bookmarks/Makefile.am
+++ b/src/bookmarks/Makefile.am
@@ -19,8 +19,6 @@ NOINST_H_FILES =		 	\
 	ephy-topic-action.h		\
 	ephy-related-action.h		\
 	ephy-open-tabs-action.h		\
-	ephy-topic-factory-action.h	\
-	ephy-bookmark-factory-action.h	\
 	ephy-topic-action-group.h	\
 	ephy-bookmark-action-group.h	\
 	ephy-topics-entry.h  		\
@@ -39,8 +37,6 @@ libephybookmarks_la_SOURCES = 		\
 	ephy-topic-action.c		\
 	ephy-related-action.c		\
 	ephy-open-tabs-action.c		\
-	ephy-topic-factory-action.c	\
-	ephy-bookmark-factory-action.c	\
 	ephy-topic-action-group.c	\
 	ephy-bookmark-action-group.c	\
 	ephy-topics-entry.c  		\
diff --git a/src/bookmarks/ephy-bookmarks-ui.c b/src/bookmarks/ephy-bookmarks-ui.c
index f7970d9..bbee151 100644
--- a/src/bookmarks/ephy-bookmarks-ui.c
+++ b/src/bookmarks/ephy-bookmarks-ui.c
@@ -24,7 +24,6 @@
 
 #include "ephy-bookmark-action-group.h"
 #include "ephy-bookmark-action.h"
-#include "ephy-bookmark-factory-action.h"
 #include "ephy-bookmark-properties.h"
 #include "ephy-bookmarks-menu.h"
 #include "ephy-bookmarks.h"
@@ -45,7 +44,6 @@
 #include "ephy-string.h"
 #include "ephy-topic-action-group.h"
 #include "ephy-topic-action.h"
-#include "ephy-topic-factory-action.h"
 
 #include <string.h>
 #include <glib/gi18n.h>



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