aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/empathy-map-view.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index d2c0b514f..b14a57273 100644
--- a/src/empathy-map-view.c
+++ b/src/empathy-map-view.c
@@ -303,9 +303,6 @@ map_view_contacts_foreach (GtkTreeModel *model,
if (contact == NULL)
return FALSE;
- if (!contact_has_location (contact))
- return FALSE;
-
g_signal_connect (contact, "notify::location",
G_CALLBACK (map_view_contact_location_notify), window);