st/mesa: remove unused st_framebuffer::Private field
authorBrian Paul <brianp@vmware.com>
Thu, 6 Jul 2017 22:31:43 +0000 (16:31 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 7 Jul 2017 18:04:58 +0000 (12:04 -0600)
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/mesa/state_tracker/st_context.h

index 5c7c58d..af9149e 100644 (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];