layers: Remove old/unnecessary FIXME from swapchain layer
authorIan Elliott <ianelliott@google.com>
Thu, 8 Sep 2016 17:34:52 +0000 (11:34 -0600)
committerIan Elliott <ianelliott@google.com>
Thu, 8 Sep 2016 17:38:59 +0000 (11:38 -0600)
commitfb2ef429c4951f7e23522286a438047346fe9f83
treec45c6ef2366695464dd05e0ef00b718d9262325d
parent44d6a5576388f2ad138a00e6ed97fc0ace12ea15
layers: Remove old/unnecessary FIXME from swapchain layer

This FIXME comment does not apply.  It may have applied, if the line being
referred to once copied a pointer to user data, but at this point, the actual
data is being copied into a struct owned by the swapchain layer, which is what
the comment was about.
layers/swapchain.cpp