layers: Remove redundant CreateRenderpass checks
authorMark Lobodzinski <mark@lunarg.com>
Thu, 15 Dec 2016 20:15:12 +0000 (13:15 -0700)
committerTobin Ehlis <tobine@google.com>
Tue, 20 Dec 2016 16:34:10 +0000 (09:34 -0700)
commitebae2ff64ac09a3f4f9e4bb296d6733901386244
treed78e41ad011309b9ed03cb990c7c9066d87b9e87
parentafeb3a68bf13f59b9fd4514e25e0bfda8587fae0
layers: Remove redundant CreateRenderpass checks

From the image layer.  The check for valid attachment layouts
and load/storeOps already performed in the parameter validation
layer. Also removed now-dead support function and unneeded
header file.

Change-Id: I4f1ad1ba899a712ba21ae32e3b3e2d947b640f4d
layers/image.cpp