Skip to content

Commit e95f414

Browse files
committed
Clean up unused method, re microsoft#139541
1 parent fdd5c84 commit e95f414

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vs/workbench/contrib/notebook/common/model/notebookTextModel.ts

-4
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,6 @@ export class NotebookTextModel extends Disposable implements INotebookTextModel
388388
return this.cells.findIndex(c => !!c.outputs.find(o => o.outputId === outputId));
389389
}
390390

391-
checkCellExistence(handle: number) {
392-
return this._cellListeners.has(handle);
393-
}
394-
395391
reset(cells: ICellDto2[], metadata: NotebookDocumentMetadata, transientOptions: TransientOptions): void {
396392
this.transientOptions = transientOptions;
397393
this._cellhandlePool = 0;

0 commit comments

Comments
 (0)