diff options
Diffstat (limited to 'lib/ephy-autocompletion.h')
-rw-r--r-- | lib/ephy-autocompletion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-autocompletion.h b/lib/ephy-autocompletion.h index 06dcc71dc..7a31c0c9f 100644 --- a/lib/ephy-autocompletion.h +++ b/lib/ephy-autocompletion.h @@ -94,7 +94,6 @@ void ephy_autocompletion_set_prefixes (EphyAutocompletion *ac, const gchar **prefixes); void ephy_autocompletion_set_key (EphyAutocompletion *ac, const gchar *key); -gchar * ephy_autocompletion_get_common_prefix (EphyAutocompletion *ac); const EphyAutocompletionMatch *ephy_autocompletion_get_matches (EphyAutocompletion *ac); const EphyAutocompletionMatch *ephy_autocompletion_get_matches_sorted_by_score (EphyAutocompletion *ac, |