summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2017-08-29 18:00:25 +0200
committerRui Matos <tiagomatos@gmail.com>2017-08-29 19:26:58 +0200
commit94045b84182304dc5c596829c17ea856b1c1bb07 (patch)
treef93c75cdd393468cb81d584c1f91582479a5ca90
parentf959b9127b1ac7889bd528c69b1f1663554fd8c3 (diff)
downloadgnome-control-center-94045b84182304dc5c596829c17ea856b1c1bb07.tar.gz
sharing: Remove an unused variable
https://bugzilla.gnome.org/show_bug.cgi?id=786984
-rw-r--r--panels/sharing/cc-sharing-panel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/panels/sharing/cc-sharing-panel.c b/panels/sharing/cc-sharing-panel.c
index 2fb8796ef..a557ad4a3 100644
--- a/panels/sharing/cc-sharing-panel.c
+++ b/panels/sharing/cc-sharing-panel.c
@@ -88,7 +88,6 @@ struct _CcSharingPanelPrivate
GCancellable *hostname_cancellable;
GtkWidget *screen_sharing_dialog;
- GDBusProxy *rfkill;
guint remote_desktop_name_watch;
};
@@ -138,7 +137,6 @@ cc_sharing_panel_dispose (GObject *object)
g_bus_unwatch_name (priv->remote_desktop_name_watch);
priv->remote_desktop_name_watch = 0;
- g_clear_object (&priv->rfkill);
g_clear_object (&priv->builder);
if (priv->media_sharing_dialog)