summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_state.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-13 16:46:53 -0700
committerBrian Paul <brianp@vmware.com>2010-01-13 17:39:44 -0700
commit8519b244f7efe996c6791f7caf2dddee0b020562 (patch)
tree8c130ec8cd11e543209a92af50ae40c88c1cd689 /src/gallium/include/pipe/p_state.h
parent1cfd769c2ec0b605cacd75c0e9c89346e1f9518d (diff)
gallium: remove forward struct decl
Other struct types (like pipe_texture) are referenced before they're defined so no reason to special-case this one.
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r--src/gallium/include/pipe/p_state.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h
index 60e96b98de..66d6cfa11e 100644
--- a/src/gallium/include/pipe/p_state.h
+++ b/src/gallium/include/pipe/p_state.h
@@ -66,10 +66,6 @@ extern "C" {
#define PIPE_MAX_TEXTURE_LEVELS 16
-/* fwd decls */
-struct pipe_surface;
-
-
/**
* The driver will certainly subclass this to include actual memory
* management information.