mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-25 10:25:41 +01:00
Clean up unused method, re #139541
This commit is contained in:
@@ -388,10 +388,6 @@ export class NotebookTextModel extends Disposable implements INotebookTextModel
|
||||
return this.cells.findIndex(c => !!c.outputs.find(o => o.outputId === outputId));
|
||||
}
|
||||
|
||||
checkCellExistence(handle: number) {
|
||||
return this._cellListeners.has(handle);
|
||||
}
|
||||
|
||||
reset(cells: ICellDto2[], metadata: NotebookDocumentMetadata, transientOptions: TransientOptions): void {
|
||||
this.transientOptions = transientOptions;
|
||||
this._cellhandlePool = 0;
|
||||
|
||||
Reference in New Issue
Block a user