summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2019-03-23 15:17:34 +0100
committerJan-Michael Brummer <jan.brummer@tabos.org>2019-03-23 15:17:34 +0100
commit7b777c03b6c212b6a32963a3899efce0da6814fe (patch)
tree21bada4202b2609e2f8cd8c46c637ab932e193ae /lib
parent6dc91047975d812fb337c56ce1c360e09e5a2cbe (diff)
downloadepiphany-7b777c03b6c212b6a32963a3899efce0da6814fe.tar.gz
Remove old url entry left overs
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-location-entry.c30
-rw-r--r--lib/widgets/ephy-location-entry.h2
2 files changed, 0 insertions, 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);