gallium: API cleanup, remove pointless pipe_constant_buffer
[mesa.git] / src / gallium / include / pipe / p_state.h
index 60e96b98debb3d90690e3f5e125933285e9d5c1e..f3d580d8d6d572f37c2baff6dfc7bf29fad37484 100644 (file)
@@ -178,15 +178,6 @@ struct pipe_clip_state
 };
 
 
-/**
- * Constants for vertex/fragment shaders
- */
-struct pipe_constant_buffer
-{
-   struct pipe_buffer *buffer;
-};
-
-
 struct pipe_shader_state
 {
    const struct tgsi_token *tokens;