From 380a71dd21630d7c44b78703f58a49b866720ccf Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 22 May 2013 17:30:41 -0400 Subject: [PATCH] network: Remove a dead signal This signal is unused. https://bugzilla.gnome.org/show_bug.cgi?id=701755 --- js/ui/status/network.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/ui/status/network.js b/js/ui/status/network.js index c0c6b0054..d63245e9e 100644 --- a/js/ui/status/network.js +++ b/js/ui/status/network.js @@ -527,10 +527,6 @@ const NMDevice = new Lang.Class({ return; } - if (oldstate == NetworkManager.DeviceState.ACTIVATED) { - this.emit('network-lost'); - } - /* Emit a notification if activation fails, but don't do it if the reason is no secrets, as that indicates the user cancelled the agent dialog */