Bluetooth: remove dead code

Notification.grabFocus doesn't exist anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=687081
This commit is contained in:
Giovanni Campagna 2012-12-03 19:15:32 +01:00
parent a786a7dc55
commit 45c2e6575d

View File

@ -446,10 +446,5 @@ const PinNotification = new Lang.Class({
return this._entry.clutter_text.text.length == 6;
else
return true;
},
grabFocus: function(lockTray) {
this.parent(lockTray);
global.stage.set_key_focus(this._entry);
}
});