From 9eccae671ef9a49162783090b7d0052272386a74 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 1 Jul 2019 12:38:41 -0700 Subject: [PATCH] u_format: Remove pointless comments. Reviewed-by: Thomas Helland Reviewed-by: Kristian H. Kristensen --- src/gallium/auxiliary/util/u_format.h | 6 ------ 1 file changed, 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, /** -- 2.30.2