From b83b22bc58ef7f9c90f83352b890914d0bff85fd Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 14 Jan 2022 12:27:57 +0100 Subject: [PATCH] powerProfiles: Remove support for power-profiles-daemon < 0.9.0 Part-of: --- js/ui/status/powerProfiles.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/ui/status/powerProfiles.js b/js/ui/status/powerProfiles.js index 61205bbc6..cc870fccf 100644 --- a/js/ui/status/powerProfiles.js +++ b/js/ui/status/powerProfiles.js @@ -101,10 +101,6 @@ class Indicator extends PanelMenu.SystemIndicator { : PopupMenu.Ornament.NONE); } - const perfItem = this._profileItems.get('performance'); - if (perfItem) - perfItem.sensitive = this._proxy.PerformanceInhibited === ''; - this._item.label.text = PROFILE_LABELS[this._proxy.ActiveProfile]; this._item.icon.icon_name = PROFILE_ICONS[this._proxy.ActiveProfile]; }