summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorChristian Gmeiner <[email protected]>2019-07-05 08:07:36 +0200
committerChristian Gmeiner <[email protected]>2019-07-11 17:51:15 +0200
commita7153ebcd30fb8713bca9277140c8279e5d6b834 (patch)
tree0ec58559b1c95e4266eb7155aa8b796de80f58f7 /src/gallium
parentb390ff35170fdc2b7f1fb1709a79d81edcd56981 (diff)
etnaviv: remove dead translate_ts_sampler_format(..) declaration
Fixes: 66411521ea9 ("etnaviv: combine translate_ts_sampler_format/translate_msaa_format") Signed-off-by: Christian Gmeiner <[email protected]> Reviewed-by: Jonathan Marek <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/etnaviv/etnaviv_format.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/etnaviv/etnaviv_format.h b/src/gallium/drivers/etnaviv/etnaviv_format.h
index 20c8e1bcaf9..1672d67b93d 100644
--- a/src/gallium/drivers/etnaviv/etnaviv_format.h
+++ b/src/gallium/drivers/etnaviv/etnaviv_format.h
@@ -53,7 +53,4 @@ translate_rs_format_rb_swap(enum pipe_format fmt);
uint32_t
translate_vertex_format_type(enum pipe_format fmt);
-uint32_t
-translate_ts_sampler_format(enum pipe_format fmt);
-
#endif /* ETNAVIV_FORMAT_H_ */