Skip to content

Commit

Permalink
Update welcomeDialogService.ts
Browse files Browse the repository at this point in the history
Remove close method.
  • Loading branch information
bhavyaus committed Mar 13, 2023
1 parent 36e7b92 commit fab3501
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ export class WelcomeDialogService implements IWelcomeDialogService {
welcomeDialogItem.onClose?.();
this.disposableStore.dispose();
}

private close(welcomeDialogItem: IWelcomeDialogItem) {
if (welcomeDialogItem.onClose) {
welcomeDialogItem.onClose();
}
}
}

registerSingleton(IWelcomeDialogService, WelcomeDialogService, InstantiationType.Eager);
Expand Down

0 comments on commit fab3501

Please sign in to comment.