1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Code cleanup: remove unised field from struct colorImage.

This commit is contained in:
Sergey Lipskiy 2017-02-26 21:53:04 +07:00
parent 5a0344aa02
commit e2f95085dd

View File

@ -220,7 +220,6 @@ struct gDPInfo
{
u32 format, size, width, height, bpl;
u32 address, changed;
u32 depthImage;
} colorImage;
u32 depthImageAddress;