summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nwk-tr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nwk-tr.cpp')
-rw-r--r--src/mame/drivers/nwk-tr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/nwk-tr.cpp b/src/mame/drivers/nwk-tr.cpp
index 65159c4fa38..37a6b0de5f6 100644
--- a/src/mame/drivers/nwk-tr.cpp
+++ b/src/mame/drivers/nwk-tr.cpp
@@ -361,8 +361,6 @@ WRITE_LINE_MEMBER(nwktr_state::voodoo_vblank_1)
uint32_t nwktr_state::screen_update_nwktr(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
{
- voodoo_device *voodoo = (voodoo_device*)machine().device("voodoo0");
-
bitmap.fill(m_palette->pen(0), cliprect);
if (strcmp(screen.tag(), ":lscreen") == 0)