remove suspicious disabled code

This commit is contained in:
Enno Rehling 2017-04-28 21:58:27 +02:00
parent bdc7457a08
commit dee10e8d0d
1 changed files with 0 additions and 3 deletions

View File

@ -856,9 +856,6 @@ int cmp_current_owner(const building * b, const building * a)
if (newtaxes < oldtaxes) {
return -1;
}
//if (newsize != oldsize) {
// return newsize - oldsize;
//}
return (b->size - a->size);
}
else {