summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author braintro <briantro@users.noreply.github.com>2019-07-14 22:10:31 -0500
committer braintro <briantro@users.noreply.github.com>2019-07-14 22:10:31 -0500
commit756e914317ba793178de033b9d6157c249f4a39a (patch)
treecb67e336b5debe3d408efec35c71c1e0d8bfd7d2
parente405b896b815127761b961031a6b3d6304f27131 (diff)
fix build - remove unused variable (nw)
-rw-r--r--src/mame/video/cps1.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/cps1.cpp b/src/mame/video/cps1.cpp
index 916c3714efc..0229acb5188 100644
--- a/src/mame/video/cps1.cpp
+++ b/src/mame/video/cps1.cpp
@@ -2256,8 +2256,6 @@ void cps_state::cps1_update_transmasks()
void cps_state::video_start()
{
- int i;
-
MACHINE_RESET_CALL_MEMBER(cps);
/* Put in some const */