st/mesa: remove unused st_framebuffer::Private field

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
This commit is contained in:
Brian Paul
2017-07-06 16:31:43 -06:00
parent 1b3cbcc7be
commit 1d0bdfb56d
-1
View File
@@ -295,7 +295,6 @@ static inline struct st_context *st_context(struct gl_context *ctx)
struct st_framebuffer
{
struct gl_framebuffer Base;
void *Private;
struct st_framebuffer_iface *iface;
enum st_attachment_type statts[ST_ATTACHMENT_COUNT];