diff --git a/js/ui/popupMenu.js b/js/ui/popupMenu.js index 3d854ef7d..e67729cb5 100644 --- a/js/ui/popupMenu.js +++ b/js/ui/popupMenu.js @@ -711,7 +711,6 @@ PopupSwitchMenuItem.prototype = { this._statusLabel = new St.Label({ text: '', style_class: 'popup-inactive-menu-item' }); - this._switch = new Switch(false); this._statusBin.child = this._switch.actor; },