diff options
author | 2018-04-24 13:13:33 -0400 | |
---|---|---|
committer | 2018-04-24 13:14:11 -0400 | |
commit | 4b6eb3a6dcc458acbe3120e17dea71a98f1c711a (patch) | |
tree | e86ecdf87544e37e1c7408f55fd49623a6e25113 | |
parent | 2f6e47a6b1ff9cb4f752b40ae9a0fe90d9067b25 (diff) |
Another day, another unused variable to remove to unbreak the clang build (nw)
-rw-r--r-- | src/mame/drivers/gunpey.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/gunpey.cpp b/src/mame/drivers/gunpey.cpp index 3104f460e37..e45ac07507f 100644 --- a/src/mame/drivers/gunpey.cpp +++ b/src/mame/drivers/gunpey.cpp @@ -258,7 +258,6 @@ private: int m_scrxcount; int m_srcy; int m_srcycount; - uint8_t m_sourcewide; int m_ysize; int m_xsize; int m_dstx; |