summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstorage.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-20 11:52:55 +0200
committerSamuel Pitoiset <[email protected]>2017-07-20 16:14:18 +0200
commit9f9441535a74a16b49e7f52846e0cdbfb1e7dc87 (patch)
treeabdd0fa007e599699db4c6b18c276e7147eb2b3f /src/mesa/main/texstorage.h
parent67b53ee41837bb4438dd473f92b4906734cc4fbe (diff)
mesa: make _mesa_texture_storage() static
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/texstorage.h')
-rw-r--r--src/mesa/main/texstorage.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/texstorage.h b/src/mesa/main/texstorage.h
index e80a9ff5b99..526c61e8518 100644
--- a/src/mesa/main/texstorage.h
+++ b/src/mesa/main/texstorage.h
@@ -31,13 +31,6 @@
*/
/*@{*/
-extern void
-_mesa_texture_storage(struct gl_context *ctx, GLuint dims,
- struct gl_texture_object *texObj,
- GLenum target, GLsizei levels,
- GLenum internalformat, GLsizei width,
- GLsizei height, GLsizei depth, bool dsa);
-
/**
* Texture width, height and depth check shared with the
* multisample variants of TexStorage functions.