Fix build by removing unused var (and accepting new apple terms and conditions)

This commit is contained in:
Koen Schmeets 2022-01-02 01:56:03 +01:00
parent 74d7db879e
commit 8f049c5a14

View File

@ -97,7 +97,6 @@ void System::EvalJacobian() {
}
bool System::IsDragged(hParam p) {
hParam *pp;
const auto b = dragged.begin();
const auto e = dragged.end();
return e != std::find(b, e, p);