Skip to content

Commit

Permalink
[preferences] Unused static variable
Browse files Browse the repository at this point in the history
Fixes: #8201

Deleted unused static (PreferenceWidget.COMMAND_LABEL)

Signed-off-by: Min-young Yang <[email protected]>
  • Loading branch information
minyoungyang authored and vince-fugnitto committed Jul 28, 2020
1 parent 1867d15 commit 8969486
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/preferences/src/browser/views/preference-widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export class PreferencesWidget extends Panel {
*/
static readonly LABEL = 'Preferences';

static readonly COMMAND_LABEL = 'Open Preferences';

protected _preferenceScope: Preference.SelectedScopeDetails = Preference.DEFAULT_SCOPE;

@inject(PreferencesEditorWidget) protected editorWidget: PreferencesEditorWidget;
Expand Down

0 comments on commit 8969486

Please sign in to comment.