mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoCommon: remove unused struct fields
This commit is contained in:
parent
fa9f71e482
commit
59d2611a94
1 changed files with 0 additions and 6 deletions
|
@ -200,12 +200,6 @@ private:
|
|||
u16 m_perf_select = 0;
|
||||
u16 m_unk_0a_reg = 0;
|
||||
|
||||
u16 m_bbox_left = 0;
|
||||
u16 m_bbox_top = 0;
|
||||
u16 m_bbox_right = 0;
|
||||
u16 m_bbox_bottom = 0;
|
||||
u16 m_token_reg = 0;
|
||||
|
||||
Common::Flag m_interrupt_set;
|
||||
Common::Flag m_interrupt_waiting;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue