mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Remove unused member SFSample::samfile
This commit is contained in:
parent
8a0761a129
commit
2759d9e087
2 changed files with 0 additions and 2 deletions
|
@ -2121,7 +2121,6 @@ static int load_shdr(SFData *sf, unsigned int size)
|
|||
READB(sf, p->pitchadj);
|
||||
FSKIPW(sf); /* skip sample link */
|
||||
READW(sf, p->sampletype);
|
||||
p->samfile = 0;
|
||||
}
|
||||
|
||||
FSKIP(sf, SF_SHDR_SIZE); /* skip terminal shdr */
|
||||
|
|
|
@ -98,7 +98,6 @@ struct _SFSample
|
|||
{
|
||||
/* Sample structure */
|
||||
char name[21]; /* Name of sample */
|
||||
unsigned char samfile; /* Loaded sfont/sample buffer = 0/1 */
|
||||
unsigned int start; /* Offset in sample area to start of sample */
|
||||
unsigned int end; /* Offset from start to end of sample,
|
||||
this is the last point of the
|
||||
|
|
Loading…
Reference in a new issue