st/mesa: make st_texture_get_sampler_view() static
[mesa.git] / src / mesa / state_tracker / st_sampler_view.h
index d4c38bccdce93e75b6af0b610b5c4685f1ce4b81..6825cebdf6d01ab1d756a207ee4d0beecaba1f45 100644 (file)
@@ -57,10 +57,6 @@ st_create_texture_sampler_view(struct pipe_context *pipe,
 }
 
 
-extern struct pipe_sampler_view **
-st_texture_get_sampler_view(struct st_context *st,
-                            struct st_texture_object *stObj);
-
 extern void
 st_texture_release_sampler_view(struct st_context *st,
                                 struct st_texture_object *stObj);