[epiphany] Remove old url entry left overs



commit 7b777c03b6c212b6a32963a3899efce0da6814fe
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Sat Mar 23 15:17:34 2019 +0100

    Remove old url entry left overs

 lib/widgets/ephy-location-entry.c | 30 ------------------------------
 lib/widgets/ephy-location-entry.h |  2 --
 2 files changed, 32 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index b7445f9f5..d412af619 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -60,9 +60,6 @@ struct _EphyLocationEntry {
   GtkWidget *bookmark_event_box;
   GtkWidget *reader_mode;
   GtkWidget *reader_mode_event_box;
-  GtkTreeModel *model;
-
-  GSList *search_terms;
 
   GBinding *paste_binding;
 
@@ -71,17 +68,8 @@ struct _EphyLocationEntry {
 
   gboolean reader_mode_active;
 
-  char *before_completion;
   char *saved_text;
 
-  guint text_col;
-  guint action_col;
-  guint keywords_col;
-  guint relevance_col;
-  guint url_col;
-  guint extra_col;
-  guint favicon_col;
-
   guint hash;
 
   guint allocation_width;
@@ -94,8 +82,6 @@ struct _EphyLocationEntry {
   guint can_redo : 1;
   guint block_update : 1;
   guint original_address : 1;
-  guint apply_colors : 1;
-  guint needs_reset : 1;
 
   EphySecurityLevel security_level;
 };
@@ -1202,22 +1188,6 @@ ephy_location_entry_get_add_bookmark_popover (EphyLocationEntry *entry)
   return entry->add_bookmark_popover;
 }
 
-/**
- * ephy_location_entry_get_search_terms:
- * @entry: an #EphyLocationEntry widget
- *
- * Return the internal #GSList containing the search terms as #GRegex
- * instances, formed in @entry on user changes.
- *
- * Return value: the internal #GSList
- *
- **/
-GSList *
-ephy_location_entry_get_search_terms (EphyLocationEntry *entry)
-{
-  return entry->search_terms;
-}
-
 GtkWidget *
 ephy_location_entry_get_entry (EphyLocationEntry *entry)
 {
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h
index 65960ebea..657ace80c 100644
--- a/lib/widgets/ephy-location-entry.h
+++ b/lib/widgets/ephy-location-entry.h
@@ -45,8 +45,6 @@ gboolean        ephy_location_entry_get_can_undo               (EphyLocationEntr
 
 gboolean        ephy_location_entry_get_can_redo               (EphyLocationEntry *entry);
 
-GSList         *ephy_location_entry_get_search_terms           (EphyLocationEntry *entry);
-
 gboolean        ephy_location_entry_reset                      (EphyLocationEntry *entry);
 
 void            ephy_location_entry_undo_reset                 (EphyLocationEntry *entry);


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