diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/migration.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index 599fea59b6..c91f356261 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -129,13 +129,6 @@ process_old_dir (ESourceGroup *source_group, const char *path, if (!from) return FALSE; - s = g_build_filename (e_source_group_peek_base_uri (source_group), base_uri, - filename, NULL); - if (e_mkdir_hier (s, 0700) != 0) { - gnome_vfs_uri_unref (from); - g_free (s); - return FALSE; - } to = gnome_vfs_uri_new (s); g_free (s); if (!to) { |