diff --git a/resemblejs/resemblejs.d.ts b/resemblejs/resemblejs.d.ts index b2e1b1299..1dc45a4c4 100644 --- a/resemblejs/resemblejs.d.ts +++ b/resemblejs/resemblejs.d.ts @@ -47,11 +47,6 @@ declare namespace Resemble { } interface ResembleComparison { - /** - * Run the analysis and get the result - */ - onComplete(callback: (result: ResembleAnalysisResult) => void): void; - /** * Run the analysis and get the comparison result */