user-accounts: Remove unused password hints

Short password hints are not used for some time. Let's remove them.

https://bugzilla.gnome.org/show_bug.cgi?id=780002
This commit is contained in:
Ondrej Holy 2017-04-05 13:24:47 +02:00 committed by Felipe Borges
parent 466264e78d
commit 9e4123363e
4 changed files with 5 additions and 31 deletions

View file

@ -26,6 +26,4 @@ gdouble pw_strength (const gchar *password,
const gchar *old_password,
const gchar *username,
const gchar **hint,
const gchar **long_hints,
gint *strength_level);
int pw_strength_hint_get_width_chars (void);