aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-location-manager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 27372a732..07b280bef 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -305,7 +305,6 @@ address_changed_cb (GeoclueAddress *address,
while (g_hash_table_iter_next (&iter, &key, &value))
{
GValue *new_value;
- /* do something with key and value */
/* Discard street information if reduced accuracy is on */
if (priv->reduce_accuracy && strcmp (key, EMPATHY_LOCATION_STREET) == 0)
continue;
@@ -316,7 +315,6 @@ address_changed_cb (GeoclueAddress *address,
DEBUG ("\t - %s: %s", (gchar *) key, (gchar *) value);
}
-
update_timestamp (location_manager);
if (priv->timeout_id == 0)
priv->timeout_id = g_timeout_add_seconds (TIMEOUT, publish_on_idle, location_manager);