Remove unused variable
This commit is contained in:
parent
882b1c0aae
commit
139ef4be29
2 changed files with 0 additions and 6 deletions
|
|
@ -51,7 +51,6 @@ class DivPlatformC140: public DivDispatch {
|
|||
Channel chan[24];
|
||||
DivDispatchOscBuffer* oscBuf[24];
|
||||
bool isMuted[24];
|
||||
int chipType;
|
||||
unsigned int sampleOff[256];
|
||||
bool sampleLoaded[256];
|
||||
|
||||
|
|
@ -83,7 +82,6 @@ class DivPlatformC140: public DivDispatch {
|
|||
void tick(bool sysTick=true);
|
||||
void muteChannel(int ch, bool mute);
|
||||
int getOutputCount();
|
||||
void setChipModel(int type);
|
||||
void notifyInsChange(int ins);
|
||||
void notifyWaveChange(int wave);
|
||||
void notifyInsDeletion(void* ins);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue