From: Keith Whitwell Date: Thu, 28 Feb 2008 17:08:37 +0000 (+0000) Subject: gallium: remove obsolete comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9506ac823593387aa2f3a19f48ea07a91d4b6bb9;p=mesa.git gallium: remove obsolete comment --- diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 5fab41acbd4..49a003b9231 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 */