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:
parent
7a8d0c8440
commit
672e911e09
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue