summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-05-05 15:21:22 +1000
committerTimothy Arceri <[email protected]>2017-05-11 13:53:39 +1000
commit8b00630c4d2a58584896b1a86440ef2c5de38636 (patch)
treea7f853f4fa23951e52a8b71305545fd3ceb032ba /src/mesa/main/fbobject.h
parenta754e4ca382b28eb516b729e9fd67d5743c18265 (diff)
mesa: make _mesa_get_framebuffer_attachment_parameter() static
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r--src/mesa/main/fbobject.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h
index 540bd9d40c3..a9e9beb3965 100644
--- a/src/mesa/main/fbobject.h
+++ b/src/mesa/main/fbobject.h
@@ -131,13 +131,6 @@ _mesa_check_framebuffer_status(struct gl_context *ctx,
struct gl_framebuffer *fb);
extern void
-_mesa_get_framebuffer_attachment_parameter(struct gl_context *ctx,
- struct gl_framebuffer *buffer,
- GLenum attachment, GLenum pname,
- GLint *params, const char *caller);
-
-
-extern void
_mesa_bind_framebuffers(struct gl_context *ctx,
struct gl_framebuffer *newDrawFb,
struct gl_framebuffer *newReadFb);