network: Remove a dead signal
This signal is unused. https://bugzilla.gnome.org/show_bug.cgi?id=701755
This commit is contained in:
parent
23dd5cc160
commit
380a71dd21
@ -527,10 +527,6 @@ const NMDevice = new Lang.Class({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (oldstate == NetworkManager.DeviceState.ACTIVATED) {
|
|
||||||
this.emit('network-lost');
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Emit a notification if activation fails, but don't do it
|
/* Emit a notification if activation fails, but don't do it
|
||||||
if the reason is no secrets, as that indicates the user
|
if the reason is no secrets, as that indicates the user
|
||||||
cancelled the agent dialog */
|
cancelled the agent dialog */
|
||||||
|
Loading…
Reference in New Issue
Block a user