Remove unneeded dispose method from TimeBasedDebouncer

This commit is contained in:
Samuel Sampson
2021-07-29 19:58:59 +00:00
parent e82f475c9b
commit 4a9ecb33bd
-2
View File
@@ -23,8 +23,6 @@ export class TimeBasedDebouncer {
) {
}
public dispose(): void {}
public refresh(rowStart: number | undefined, rowEnd: number | undefined, rowCount: number): void {
this._rowCount = rowCount;
// Get the min/max row start/end for the arg values