removed unused private member from src/osd/windows/d3dcomm.h (nw)

This commit is contained in:
Oliver Stöneberg 2013-09-10 10:17:08 +00:00
parent 7cf1531448
commit 8804211827

View File

@ -204,7 +204,6 @@ private:
texture * m_d3dtex; // Direct3D texture pointer
surface * m_d3dsurface; // Direct3D offscreen plain surface pointer
texture * m_d3dfinaltex; // Direct3D final (post-scaled) texture
int m_target_index; // Direct3D target index
};
/* d3d::poly_info holds information about a single polygon/d3d primitive */