mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 20:22:27 +02:00
Remove unused variable
This commit is contained in:
parent
7d1cc1f20d
commit
c8a755df1b
1 changed files with 1 additions and 2 deletions
|
@ -447,8 +447,7 @@ function isStartingUp() {
|
|||
|
||||
// Triggers notification if a user logs on or off
|
||||
function onOnlineUsersChanged(users) {
|
||||
var user,
|
||||
i;
|
||||
var i;
|
||||
|
||||
if (!isStartingUp()) { // Skip user notifications at startup.
|
||||
for (i = 0; i < users.length; i += 1) {
|
||||
|
|
Loading…
Reference in a new issue