I noticed [`img_A` is passed to the combined model as one of the input](https://github.com/eriklindernoren/Keras-GAN/blob/master/pix2pix/pix2pix.py#L70), but it has not been used since the declaration. Why is it there?