diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-01-14 17:38:34 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-01-14 20:09:47 +0100 |
commit | 2bd4c63716b0729974a7d9e2a5aea75fd56e4cd9 (patch) | |
tree | 45ce3de226976d4cae0b78b40f9613d947493123 | |
parent | 9a07688524256e40fa46853482ec1fb5b247b1d3 (diff) |
hso: remove duplicated code
-rw-r--r-- | plugins/option/mm-broadband-bearer-hso.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/option/mm-broadband-bearer-hso.c b/plugins/option/mm-broadband-bearer-hso.c index 06858818..194f1a89 100644 --- a/plugins/option/mm-broadband-bearer-hso.c +++ b/plugins/option/mm-broadband-bearer-hso.c @@ -498,9 +498,6 @@ connect_cancelled_cb (GCancellable *cancellable, { Dial3gppContext *ctx; - /* Recover context and remove timeout */ - ctx = self->priv->connect_pending; - /* Recover context but DON'T remove it from the private info */ ctx = self->priv->connect_pending; |