network: Remove an unused getter

https://bugzilla.gnome.org/show_bug.cgi?id=700322
This commit is contained in:
Jasper St. Pierre 2013-04-26 18:53:48 -04:00
parent cd9c5b9c5d
commit f6e7034172

View File

@ -1397,10 +1397,6 @@ const NMVPNSection = new Lang.Class({
this._deferredWorkId = Main.initializeDeferredWork(this.section.actor, Lang.bind(this, this._createSection));
},
get empty() {
return this._connections.length == 0;
},
connectionValid: function(connection) {
// filtering is done by NMApplet code
return true;