Reduce unused variables
This commit is contained in:
parent
662a5c5c61
commit
6cfbbe9fa4
2 changed files with 0 additions and 5 deletions
|
|
@ -67,9 +67,7 @@ class DivPlatformNamcoWSG: public DivDispatch {
|
|||
QueuedWrite(unsigned short a, unsigned char v): addr(a), val(v) {}
|
||||
};
|
||||
std::queue<QueuedWrite> writes;
|
||||
unsigned char lastPan;
|
||||
|
||||
int cycles, curChan, delay;
|
||||
namco_audio_device* namco;
|
||||
int devType, chans;
|
||||
unsigned char regPool[512];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue