From: José Fonseca Date: Thu, 26 Sep 2013 17:12:25 +0000 (+0100) Subject: glretrace: Remove spurious line in previous commit. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=eb8f6114572db0117d021584e18a687f7a7a9bae glretrace: Remove spurious line in previous commit. --- diff --git a/retrace/glstate_images.cpp b/retrace/glstate_images.cpp index 549dec7..b055002 100644 --- a/retrace/glstate_images.cpp +++ b/retrace/glstate_images.cpp @@ -1001,7 +1001,6 @@ dumpReadBufferImage(JSONWriter &json, GLint width, GLint height, GLenum format, Context context; GLenum type = GL_UNSIGNED_BYTE; - getFormat(internalFormat); image::ChannelType channelType = image::TYPE_UNORM8; if (format == GL_DEPTH_COMPONENT) {