X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/291779a4a9998e89dfada3c6b9d69db050dfe016..555324cdb34701b2e0fd1d681218de85e5cc7f6d:/projects/stargazer/users_impl.h diff --git a/projects/stargazer/users_impl.h b/projects/stargazer/users_impl.h index de1a2d40..a7af2989 100644 --- a/projects/stargazer/users_impl.h +++ b/projects/stargazer/users_impl.h @@ -142,9 +142,6 @@ private: void RealDelUser(); void ProcessActions(); - void SetUserNotifiers(user_iter user); - void UnSetUserNotifiers(user_iter user); - void AddUserIntoIndexes(user_iter user); void DelUserFromIndexes(user_iter user); @@ -157,8 +154,6 @@ private: std::list users; std::list usersToDelete; - /*std::list userIPNotifiersBefore; - std::list userIPNotifiersAfter;*/ std::map ipIndex; std::map loginIndex;