mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 11:50:09 +01:00
asahi: get rid of default from the XML
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31908>
This commit is contained in:
parent
1a2938704d
commit
c8a1c82175
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class Field(object):
|
|||
|
||||
self.modifier = parse_modifier(attrs.get("modifier"))
|
||||
self.exact = attrs.get("exact")
|
||||
self.default = attrs.get("default")
|
||||
self.default = None
|
||||
|
||||
if self.exact is not None:
|
||||
self.default = self.exact
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue