Fix build by removing unused var (and accepting new apple terms and conditions)
This commit is contained in:
parent
74d7db879e
commit
8f049c5a14
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user