Queue: ModifyAtOrder() does not increment version

Leave that to the caller, allowing it to modify multiple items at a
time.
This commit is contained in:
Max Kellermann
2013-10-22 00:38:10 +02:00
parent 4de3b6dc80
commit 03b57df630
3 changed files with 3 additions and 3 deletions

View File

@@ -83,8 +83,6 @@ queue::ModifyAtOrder(unsigned _order)
unsigned position = order[_order];
items[position].version = version;
IncrementVersion();
}
void