From: Timothy Arceri Date: Wed, 23 Oct 2013 10:31:27 +0000 (+1100) Subject: glsl: whitespace cleanups. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5cd7eb9f071a02c8252f49ef1fbe59d7319ed503;p=mesa.git glsl: whitespace cleanups. Signed-off-by: Timothy Arceri v2 (Paul Berry ): Separate from "glsl: Add check for unsized arrays to glsl types". Reviewed-by: Paul Berry --- diff --git a/src/glsl/glsl_types.h b/src/glsl/glsl_types.h index 4b5b6efb393..a0dbde1e23b 100644 --- a/src/glsl/glsl_types.h +++ b/src/glsl/glsl_types.h @@ -468,7 +468,6 @@ struct glsl_type { : error_type; } - /** * Get the type of a structure field * @@ -478,13 +477,11 @@ struct glsl_type { */ const glsl_type *field_type(const char *name) const; - /** * Get the location of a filed within a record type */ int field_index(const char *name) const; - /** * Query the number of elements in an array type *