users-page: Remove unused parameter

This parameter was accidentally left during changes to the original
commit in !2306, and was kept going into !2328.

Closes #2947
This commit is contained in:
Matthijs Velsink 2024-03-06 18:29:31 +01:00
parent 7a8d0c8440
commit 672e911e09

View file

@ -155,7 +155,6 @@ on_user_changed (CcUsersPage *self,
ActUser *user)
{
CcUserPage *page;
guint position;
/* Refresh the users list */
g_list_store_sort (self->model, sort_users, self);