network: Remove an unused getter
https://bugzilla.gnome.org/show_bug.cgi?id=700322
This commit is contained in:
parent
cd9c5b9c5d
commit
f6e7034172
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user