diff options
-rw-r--r-- | src/empathy-map-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c index 2481accd6..d2c0b514f 100644 --- a/src/empathy-map-view.c +++ b/src/empathy-map-view.c @@ -309,7 +309,6 @@ map_view_contacts_foreach (GtkTreeModel *model, g_signal_connect (contact, "notify::location", G_CALLBACK (map_view_contact_location_notify), window); - create_marker (window, contact); map_view_update_contact_position (window, contact); g_object_unref (contact); |