diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 11:14:11 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:51 +0300 |
commit | dd44f80f81344d0cbcb159f25e0c57a387d61cfa (patch) | |
tree | aec756fc28c0f7cb074a8f5895728fa58a1ca0de /src/mesa/main/bufferobj.c | |
parent | dda982f1a7f1b8f525894e01975e69b262696153 (diff) |
mesa: remove FEATURE_APPLE_object_purgeable define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/bufferobj.c')
-rw-r--r-- | src/mesa/main/bufferobj.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index f8355a48b8c..0fc27e4ba87 100644 --- a/src/mesa/main/bufferobj.c +++ b/src/mesa/main/bufferobj.c @@ -1668,7 +1668,6 @@ _mesa_FlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length) } -#if FEATURE_APPLE_object_purgeable static GLenum buffer_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) { @@ -2043,8 +2042,6 @@ _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, } } -#endif /* FEATURE_APPLE_object_purgeable */ - static void set_ubo_binding(struct gl_context *ctx, int index, |