u_format: Remove pointless comments.
authorEric Anholt <eric@anholt.net>
Mon, 1 Jul 2019 19:38:41 +0000 (12:38 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 16 Jul 2019 19:51:13 +0000 (12:51 -0700)
Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/gallium/auxiliary/util/u_format.h

index abf1141993f2ecb9c566115e842167acc781b67d..fe348aa55c8f6b67a33e063d5842d269a4e44655 100644 (file)
@@ -83,14 +83,8 @@ enum util_format_layout {
     */
    UTIL_FORMAT_LAYOUT_BPTC = 7,
 
-   /**
-    * ASTC
-    */
    UTIL_FORMAT_LAYOUT_ASTC = 8,
 
-   /**
-    * ATC
-    */
    UTIL_FORMAT_LAYOUT_ATC = 9,
 
    /**