diff options
author | Marek Olšák <[email protected]> | 2020-02-14 17:57:01 -0500 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-19 18:34:33 +0000 |
commit | 912ee82521ec0507a00dd108b28bf4d864ce6d95 (patch) | |
tree | c0d263b7bcc235bcc1bc7557f65e688d40487d3f /src/gallium/auxiliary/meson.build | |
parent | 360ffdf4e23464879748051e57587aff938bd50d (diff) |
gallium/util: remove unused u_surfaces.c/h
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3866>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3866>
Diffstat (limited to 'src/gallium/auxiliary/meson.build')
-rw-r--r-- | src/gallium/auxiliary/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build index c36f3083739..f623af9ed69 100644 --- a/src/gallium/auxiliary/meson.build +++ b/src/gallium/auxiliary/meson.build @@ -315,8 +315,6 @@ files_libgallium = files( 'util/u_suballoc.h', 'util/u_surface.c', 'util/u_surface.h', - 'util/u_surfaces.c', - 'util/u_surfaces.h', 'util/u_tests.c', 'util/u_tests.h', 'util/u_texture.c', |