diff options
author | Brian Paul <[email protected]> | 2008-04-09 16:09:46 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-09 16:09:46 -0600 |
commit | a52faa9325db178601811f4bdad6d9747de5f238 (patch) | |
tree | 1768e4fd4c132ce4d56781ce1c99a20ceaff56a9 /src/mesa/state_tracker/st_context.h | |
parent | f7e475280a0b98484a8c1a98f18b2733532486b4 (diff) |
gallium: remove unneeded st->haveFramebufferSurfaces field.
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index bcebbd49436..212687cf4ab 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -111,12 +111,6 @@ struct st_context char vendor[100]; char renderer[100]; - /** Can we access the front/back color buffers as pipe_surfaces? - * We can't with the Xlib driver... - * This is a hack that should be fixed someday. - */ - GLboolean haveFramebufferSurfaces; - /* State to be validated: */ struct st_tracked_state **atoms; |