diff --git a/js/ui/status/power.js b/js/ui/status/power.js index 2e028532e..c09fd2fb8 100644 --- a/js/ui/status/power.js +++ b/js/ui/status/power.js @@ -50,7 +50,6 @@ const PowerManagerInterface = { ], properties: [ { name: 'Icon', signature: 's', access: 'read' }, - { name: 'Tooltip', signature: 's', access: 'read' }, ] }; let PowerManagerProxy = DBus.makeProxyClass(PowerManagerInterface); @@ -159,9 +158,6 @@ Indicator.prototype = { this.actor.hide(); } })); - this._proxy.GetRemote('Tooltip', Lang.bind(this, function(tooltip) { - this.setTooltip(tooltip); - })); this._readPrimaryDevice(); this._readOtherDevices(); },