Remove duplicated onComplete signature

This commit is contained in:
Tim Perry
2016-03-18 17:23:44 +01:00
parent 8da1ba7b5d
commit e7a15ccfd2
-5
View File
@@ -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
*/