From 9f9441535a74a16b49e7f52846e0cdbfb1e7dc87 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 20 Jul 2017 11:52:55 +0200 Subject: mesa: make _mesa_texture_storage() static Signed-off-by: Samuel Pitoiset Reviewed-by: Timothy Arceri --- src/mesa/main/texstorage.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mesa/main/texstorage.h') 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. -- cgit v1.2.3