summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-05-06 15:39:51 -0600
committerBrian Paul <brianp@vmware.com>2009-05-07 10:12:33 -0600
commit6359ecebec860963886801656ab4e01c4e9ff988 (patch)
tree204dfc0a0367d0d3a794803ee517f7c6b1d6bb77 /src/mesa/main/mtypes.h
parentdcca97a3e3c1d8f5d27e1177257964eddb9effd3 (diff)
mesa: remove unused gl_buffer_object::OnCard field
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 276bc42eba..affb000b8c 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1505,7 +1505,6 @@ struct gl_buffer_object
GLsizeiptr Length; /**< mapped length */
GLsizeiptrARB Size; /**< Size of storage in bytes */
GLubyte *Data; /**< Location of storage either in RAM or VRAM. */
- GLboolean OnCard; /**< Is buffer in VRAM? (hardware drivers) */
GLboolean Written; /**< Ever written to? (for debugging) */
};