diff options
Diffstat (limited to 'calendar/gui/migration.c')
-rw-r--r-- | calendar/gui/migration.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index 6ebf17fd6c..1597b96ebc 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -261,7 +261,6 @@ get_source_name (ESourceGroup *group, const gchar *path) conflict = check_for_conflict (group, s->str); - /* if there was a conflict back up 2 levels (skipping the /subfolder/ element) */ if (conflict) starting_index -= 2; @@ -1148,7 +1147,6 @@ add_gw_esource (ESourceList *source_list, const gchar *group_name, const gchar const gchar *poa_address; const gchar *offline_sync; - poa_address = url->host; if (!poa_address || strlen (poa_address) ==0) return; |