This commit is contained in:
Daniel Imms
2022-05-11 11:57:13 -07:00
parent aeb4fa0fe9
commit 0976b15709
-3
View File
@@ -396,9 +396,6 @@ export class MockRenderService implements IRenderService {
public resize(cols: number, rows: number): void {
throw new Error('Method not implemented.');
}
public _handleOptionsChanged(): void {
throw new Error('Method not implemented.');
}
public setRenderer(renderer: IRenderer): void {
throw new Error('Method not implemented.');
}