mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 18:30:42 +02:00
broadcom/genxml: Stop manually scrubbing 'α' -> "alpha"
'α' has never appeared in any genxml files, so there's no need to replace it with the word "alpha". Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
8489206e9d
commit
a733423da5
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ def to_alphanum(name):
|
|||
'=': '',
|
||||
'>': '',
|
||||
'#': '',
|
||||
'α': 'alpha',
|
||||
'&': '',
|
||||
'*': '',
|
||||
'"': '',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue