diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-06-24 14:41:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 14:41:25 -0500 |
| commit | fbced5d0f57c9098e5d715fc4c1962c22dddca0c (patch) | |
| tree | 6967cc71f130f089f002d97419b7c1a92a5931bc /Source/Core | |
| parent | fa9f71e48232e054605e721266c90cb106ca6924 (diff) | |
| parent | 59d2611a94a5ef0ddb0303ef6b4658d3a2644a34 (diff) | |
Merge pull request #13774 from Tilka/cp_cleanup
VideoCommon: remove unused struct fields
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/VideoCommon/CommandProcessor.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.h b/Source/Core/VideoCommon/CommandProcessor.h index e4bb4cd136..976592c829 100644 --- a/Source/Core/VideoCommon/CommandProcessor.h +++ b/Source/Core/VideoCommon/CommandProcessor.h @@ -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; |
