From 4788392fd0d1e6b1a521a209add0e0f0f0b92bb4 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 28 Oct 2020 00:25:07 -0400 Subject: [PATCH] Removes dead code --- src/messages.ts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/messages.ts b/src/messages.ts index 74cbe6f..26413a9 100644 --- a/src/messages.ts +++ b/src/messages.ts @@ -94,22 +94,6 @@ export class Messages { ); } - // static async showViewsUpgradeMessage() { - // const openSettings: MessageItem = { title: 'Open Settings' }; - - // const result = await Messages.showMessage( - // 'info', - // 'GitLens 11 has replaced the Repositories view with many new views, and integrated the Line History view into the File History view. To re-enable either of these views, open the GitLens Interactive Settings.', - // undefined, - // null, - // openSettings, - // ); - - // if (result === openSettings) { - // await commands.executeCommand(Commands.ShowSettingsPageAndJumpToRepositoriesView); - // } - // } - static async showWhatsNewMessage(version: string) { const actions: MessageItem[] = [{ title: "What's New" }, { title: 'Release Notes' }, { title: '❤' }];