From e2f95085ddca2960f0d1a71c7b12f38f444b7d0e Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Sun, 26 Feb 2017 21:53:04 +0700 Subject: [PATCH] Code cleanup: remove unised field from struct colorImage. --- src/gDP.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gDP.h b/src/gDP.h index f156369e..edfc2552 100644 --- a/src/gDP.h +++ b/src/gDP.h @@ -220,7 +220,6 @@ struct gDPInfo { u32 format, size, width, height, bpl; u32 address, changed; - u32 depthImage; } colorImage; u32 depthImageAddress;