[throbgress] Do not remove an additional bullet when backspaceing

Plugins shouldn't do anything when they see  a backspace. The number of bullets
is passed to them through a password status callback.
This commit is contained in:
Charlie Brej 2009-08-05 16:21:53 +01:00
parent aa1b9c6175
commit 6b8d3bae86

View file

@ -291,7 +291,6 @@ on_keyboard_input (ply_boot_splash_plugin_t *plugin,
void
on_backspace (ply_boot_splash_plugin_t *plugin)
{
ply_entry_remove_bullet (plugin->entry);
}
void