texture_cache: Remove dead code within SynchronizeAliases
Since these were being copied by value, none of the changes applied in the loop would be reflected. However, from the looks of it, this would already be applied within CopyImage() anyways, so this can be removed.
Please register or sign in to comment