GPU: Remove unused resolution fields in CRTC

This commit is contained in:
Connor McLaughlin
2019-10-27 20:20:53 +10:00
parent 6bbf5b70bb
commit b1d3ba3d68
2 changed files with 1 additions and 10 deletions

View File

@ -388,8 +388,6 @@ protected:
};
} regs;
u32 horizontal_resolution;
u32 vertical_resolution;
TickCount dot_clock_divider;
u32 display_width;