diff options
Diffstat (limited to 'lib/widgets/ephy-location-entry.h')
-rw-r--r-- | lib/widgets/ephy-location-entry.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h index f516a1ad7..6445fad15 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -60,8 +60,6 @@ GType ephy_location_entry_get_type (void); GtkWidget *ephy_location_entry_new (void); -GtkWidget *ephy_location_entry_get_entry (EphyLocationEntry *le); - void ephy_location_entry_set_completion (EphyLocationEntry *le, GtkTreeModel *model, guint text_col, @@ -76,6 +74,4 @@ const char *ephy_location_entry_get_location (EphyLocationEntry *le); void ephy_location_entry_activate (EphyLocationEntry *le); -void ephy_location_entry_clear_history (EphyLocationEntry *le); - #endif |