pan/decode: Remove shader replacement artefact

Did this ever work?

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196>
This commit is contained in:
Alyssa Rosenzweig 2020-08-05 16:03:09 -04:00 committed by Marge Bot
parent e4df95bf9f
commit ebf7e87f2c

View file

@ -332,9 +332,6 @@ static const struct pandecode_flag_info sfbd_unk2_info [] = {
};
#undef FLAG_INFO
extern char *replace_fragment;
extern char *replace_vertex;
#define DEFINE_CASE(name) case MALI_## name: return "MALI_" #name
static char *pandecode_format(enum mali_format format)
{