From 9d6b2ede2f490f9d5bd5cd5242931ac9b6bca206 Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Mon, 6 Apr 2020 19:11:13 +0200 Subject: [PATCH] Removed the deprecated fileTicket --- src/sfizz/Synth.cpp | 1 - src/sfizz/Synth.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/sfizz/Synth.cpp b/src/sfizz/Synth.cpp index c618f154..19a3ba5b 100644 --- a/src/sfizz/Synth.cpp +++ b/src/sfizz/Synth.cpp @@ -140,7 +140,6 @@ void sfz::Synth::clear() resources.clear(); numGroups = 0; numMasters = 0; - fileTicket = -1; defaultSwitch = absl::nullopt; defaultPath = ""; ccNames.clear(); diff --git a/src/sfizz/Synth.h b/src/sfizz/Synth.h index 9f053cc9..4d34d8e8 100644 --- a/src/sfizz/Synth.h +++ b/src/sfizz/Synth.h @@ -522,7 +522,6 @@ private: // Distribution used to generate random value for the *rand opcodes std::uniform_real_distribution randNoteDistribution { 0, 1 }; - unsigned fileTicket { 1 }; std::mutex callbackGuard; bool freeWheeling { false };