diff options
author | Eric Anholt <[email protected]> | 2019-07-01 12:38:41 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-07-16 12:51:13 -0700 |
commit | 9eccae671ef9a49162783090b7d0052272386a74 (patch) | |
tree | 82c4634dc86c95d06f6bf31e551533c5cfabcacf /src | |
parent | 628f55717bb7451e8a766fdbb3be3823f6ce9308 (diff) |
u_format: Remove pointless comments.
Reviewed-by: Thomas Helland <[email protected]>
Reviewed-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/util/u_format.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/auxiliary/util/u_format.h b/src/gallium/auxiliary/util/u_format.h index abf1141993f..fe348aa55c8 100644 --- a/src/gallium/auxiliary/util/u_format.h +++ b/src/gallium/auxiliary/util/u_format.h @@ -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, /** |