[epiphany] EphyTopicsEntry: Remove unused function declaration.



commit 4b9e544974f37232aeed16e577f94734cff8ffdf
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Nov 13 22:05:00 2015 +0100

    EphyTopicsEntry: Remove unused function declaration.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757669

 src/bookmarks/ephy-topics-entry.h |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/src/bookmarks/ephy-topics-entry.h b/src/bookmarks/ephy-topics-entry.h
index 39c9fed..9056e22 100644
--- a/src/bookmarks/ephy-topics-entry.h
+++ b/src/bookmarks/ephy-topics-entry.h
@@ -33,11 +33,7 @@ G_BEGIN_DECLS
 #define EPHY_TYPE_TOPICS_ENTRY (ephy_topics_entry_get_type ())
 G_DECLARE_FINAL_TYPE (EphyTopicsEntry, ephy_topics_entry, EPHY, TOPICS_ENTRY, GtkEntry);
 
-GtkWidget          *ephy_topics_entry_new             (EphyBookmarks *bookmarks,
-                                                       EphyNode *bookmark);
-
-void                 ephy_topics_entry_insert_topic    (EphyTopicsEntry *entry, 
-                                                       const char *title);
+GtkWidget *ephy_topics_entry_new (EphyBookmarks *bookmarks, EphyNode *bookmark);
 
 G_END_DECLS
 


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