Removed the deprecated fileTicket

This commit is contained in:
Paul Fd 2020-04-06 19:11:13 +02:00
parent 434868e52e
commit 9d6b2ede2f
2 changed files with 0 additions and 2 deletions

View file

@ -140,7 +140,6 @@ void sfz::Synth::clear()
resources.clear();
numGroups = 0;
numMasters = 0;
fileTicket = -1;
defaultSwitch = absl::nullopt;
defaultPath = "";
ccNames.clear();

View file

@ -522,7 +522,6 @@ private:
// Distribution used to generate random value for the *rand opcodes
std::uniform_real_distribution<float> randNoteDistribution { 0, 1 };
unsigned fileTicket { 1 };
std::mutex callbackGuard;
bool freeWheeling { false };