From afee3ba75fe671fc70236ea5d8f24b982544e4b1 Mon Sep 17 00:00:00 2001 From: smf- Date: Mon, 24 Oct 2016 14:20:16 +0100 Subject: [PATCH] fix unused variable error (nw) --- src/osd/modules/render/d3d/d3dcomm.h | 1 - 1 file changed, 1 deletion(-) 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