summaryrefslogtreecommitdiff
path: root/src/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform.h')
-rw-r--r--src/platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/platform.h b/src/platform.h
index bf0ae82..e72bb8c 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -178,7 +178,6 @@ typedef struct t_backbuffer
{
s32 width;
s32 height;
- u8 *pixels; // 5bytes color
u8 *buffer; // 4bytes color + 1byte depth
BITMAPINFO bitmapInfo;
} backbuffer;