glsl: Remove duplicate comment
authorChad Versace <chad@chad-versace.us>
Mon, 1 Aug 2011 16:36:08 +0000 (09:36 -0700)
committerChad Versace <chad@chad-versace.us>
Mon, 1 Aug 2011 16:37:06 +0000 (09:37 -0700)
Remove duplicate doxgen comment for
ir_function.cpp:parameter_lists_match().

Signed-off-by: Chad Versace <chad@chad-versace.us>
src/glsl/ir_function.cpp

index 6cfc32cc2a005005faeb34262be5cf57e6a07694..2a4de5b0dcdc7b48bd642db630455ca19e178dfa 100644 (file)
@@ -30,14 +30,6 @@ typedef enum {
    PARAMETER_LIST_INEXACT_MATCH, /*< Match requires implicit conversion. */
 } parameter_list_match_t;
 
-/**
- * \brief Check if two parameter lists match.
- *
- * \param list_a Parameters of the function definition.
- * \param list_b Actual parameters passed to the function.
- * \see matching_signature()
- */
-
 /**
  * \brief Check if two parameter lists match.
  *