1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Code cleanup: remove unused data fields from OGLRender::triangles

This commit is contained in:
Sergey Lipskiy 2016-09-23 11:39:21 +07:00
parent d6dbfad902
commit 8ea44cac8e

View File

@ -204,10 +204,6 @@ private:
std::vector<SPVertex> dmaVertices;
GLubyte elements[ELEMBUFF_SIZE];
int num;
u32 indexmap[INDEXMAP_SIZE];
u32 indexmapinv[VERTBUFF_SIZE];
u32 indexmap_prev;
u32 indexmap_nomap;
} triangles;
struct GLVertex