network: Remove a dead signal

This signal is unused.

https://bugzilla.gnome.org/show_bug.cgi?id=701755
This commit is contained in:
Jasper St. Pierre 2013-05-22 17:30:41 -04:00
parent 23dd5cc160
commit 380a71dd21

View File

@ -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 */