summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2015-05-26 22:56:17 +0200
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2015-05-26 22:56:17 +0200
commitf6b9becaa629fdf7fd36bdd568ceb19cd7bd0133 (patch)
treef7899930b51a6d9cda2590f5f662994622d20919 /src
parent89c46e3d8ffdbc6ca6a2b52fa77b12bb9e089047 (diff)
Fix unused variable (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/video/rdptpipe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/rdptpipe.c b/src/mame/video/rdptpipe.c
index adfe550d57d..10e8241a881 100644
--- a/src/mame/video/rdptpipe.c
+++ b/src/mame/video/rdptpipe.c
@@ -47,7 +47,6 @@ void n64_texture_pipe_t::set_machine(running_machine &machine)
}
else
{
- INT32 tempanded = i & 0x18000;
if ((i & 0x18000) == 0x8000)
{
m_lod_lookup[i] = 0x7fff;