aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2017-07-06 16:31:43 -0600
committerBrian Paul <[email protected]>2017-07-07 12:04:58 -0600
commit1d0bdfb56d77e50f2c3d822220fc906cffd5ebb9 (patch)
treee938afc965259400e85f84dcd72eb3544af8c519 /src/mesa
parent1b3cbcc7beded588a53d7c67bf0e25db05bf8d1e (diff)
st/mesa: remove unused st_framebuffer::Private field
Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Charmaine Lee <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/state_tracker/st_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index 5c7c58d73f7..af9149ebe41 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];