remove ForecastCtrl.addNodes declaration

pull/8592/head
Niklas Fiekas 2021-04-07 16:32:24 +02:00
parent 65c66b7093
commit b11b9e3cb0
2 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,6 @@
"no-constant-condition": "off",
"no-prototype-builtins": "off",
"no-extra-boolean-cast": "off",
"no-async-promise-executor": "off",
"@typescript-eslint/adjacent-overload-signatures": "off"
"no-async-promise-executor": "off"
}
}

View File

@ -14,7 +14,6 @@ export interface ForecastStep {
}
export interface ForecastCtrl {
addNodes(fc);
reloadToLastPly();
truncate(fc: ForecastStep[]): ForecastStep[];
playAndSave(node: ForecastStep);