TWINE: removed unused members

This commit is contained in:
Martin Gerhardy 2022-07-24 19:21:01 +02:00
parent f4713ad9f5
commit c3993fe6e7

View File

@ -66,10 +66,6 @@ struct DrawListStruct {
uint16 z = 0;
uint16 offset = 0;
uint16 field_C = 0;
uint16 field_E = 0;
uint16 field_10 = 0;
inline bool operator==(const DrawListStruct& other) const {
return posValue == other.posValue;
}