[Mesa-dev] [PATCH] st/mesa: remove unused st_framebuffer::Private field
Charmaine Lee
charmainel at vmware.com
Fri Jul 7 17:39:16 UTC 2017
Reviewed-by: Charmaine Lee <charmainel at vmware.com>
________________________________________
From: Brian Paul <brianp at vmware.com>
Sent: Friday, July 7, 2017 7:11 AM
To: mesa-dev at lists.freedesktop.org
Cc: Charmaine Lee; Neha Bhende
Subject: [PATCH] st/mesa: remove unused st_framebuffer::Private field
---
src/mesa/state_tracker/st_context.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index 5c7c58d..af9149e 100644
--- a/src/mesa/state_tracker/st_context.h
+++ b/src/mesa/state_tracker/st_context.h
@@ -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];
--
1.9.1
More information about the mesa-dev
mailing list