diff --git a/src/osd/modules/render/d3d/d3dcomm.h b/src/osd/modules/render/d3d/d3dcomm.h index 294a4d7d52c..3452d0322a3 100644 --- a/src/osd/modules/render/d3d/d3dcomm.h +++ b/src/osd/modules/render/d3d/d3dcomm.h @@ -154,7 +154,6 @@ private: vec2f m_stop; // ending UV coordinates vec2f m_rawdims; // raw dims of the texture int m_type; // what type of texture are we? - int m_xborderpix, m_yborderpix; // number of border pixels on X/Y int m_xprescale, m_yprescale; // X/Y prescale factor int m_cur_frame; // what is our current frame? IDirect3DTexture9 * m_d3dtex; // Direct3D texture pointer