remove hasSampleInsHeader()
- it is only used by MultiPCM - an alternative approach is in place
This commit is contained in:
parent
c1b7a06a37
commit
3a06e7b963
7 changed files with 21 additions and 92 deletions
|
|
@ -1007,14 +1007,7 @@ class DivDispatch {
|
|||
* @return whether it did.
|
||||
*/
|
||||
virtual bool hasSamplePtrHeader(int index=0);
|
||||
|
||||
/**
|
||||
* check whether chip has sample instrument header in sample memory.
|
||||
* @param index the memory index.
|
||||
* @return whether it did.
|
||||
*/
|
||||
virtual bool hasSampleInsHeader(int index=0);
|
||||
|
||||
|
||||
/**
|
||||
* check whether sample has been loaded in memory.
|
||||
* @param index index.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue