diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-02-28 17:08:37 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-03-03 17:50:09 +0100 |
commit | 9506ac823593387aa2f3a19f48ea07a91d4b6bb9 (patch) | |
tree | 83b256350b2f1afc80907f6e415d6bf36ca0cf97 | |
parent | f4e91c3432eaf653757193a8a1ac438372ea64a6 (diff) |
gallium: remove obsolete comment
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 5fab41acbd..49a003b923 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -281,8 +281,6 @@ struct pipe_surface */ struct pipe_texture { - /* Effectively the key: - */ enum pipe_texture_target target; /**< PIPE_TEXTURE_x */ enum pipe_format format; /**< PIPE_FORMAT_x */ |