From e86a0be23487af56474e4da208dbad21c2648749 Mon Sep 17 00:00:00 2001 From: "therealmogminer@gmail.com" Date: Mon, 31 Oct 2016 13:03:14 +0100 Subject: [PATCH] Compile fix, (nw) --- src/osd/modules/render/drawd3d.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/modules/render/drawd3d.cpp b/src/osd/modules/render/drawd3d.cpp index 8e9b952d8c7..386d9768962 100644 --- a/src/osd/modules/render/drawd3d.cpp +++ b/src/osd/modules/render/drawd3d.cpp @@ -2438,7 +2438,6 @@ void texture_info::set_data(const render_texinfo *texsource, uint32_t flags) #endif { int miny = 0 - m_yborderpix; - int tex_format = PRIMFLAG_GET_TEXFORMAT(flags); int maxy = texsource->height + m_yborderpix; for (int dsty = miny; dsty < maxy; dsty++)