diff --git a/calendar/setup/importexport_default.xml b/calendar/setup/importexport_default.xml
index 7009af46ef..57ec33db00 100644
--- a/calendar/setup/importexport_default.xml
+++ b/calendar/setup/importexport_default.xml
@@ -42,65 +42,6 @@
2011-05-24 10:00:00
-
- import-calendar-csv
- calendar
- calendar_import_csv
- import
-
- Admins
-
-
- ;
- user
- 1
-
- owner
- category
- priority
- public
- title
- description
- location
- reference
- modifier
- non_blocking
- special
- creator
- recurrence
- tz_id
- start
- end
- participants
- participants-c
- no_csv_1
- no_csv_2
- no_csv_3
-
-
- owner
- category
- priority
- public
- title
- description
- location
- reference
- modifier
- non_blocking
- special
- creator
- recurrence
- tz_id
- start
- end
- participants
- participants-c
-
-
-
- 2011-05-24 10:00:00
-
import-calendar-ical
calendar
diff --git a/importexport/inc/class.importexport_helper_functions.inc.php b/importexport/inc/class.importexport_helper_functions.inc.php
index cfb2fd798e..8375ce90a1 100755
--- a/importexport/inc/class.importexport_helper_functions.inc.php
+++ b/importexport/inc/class.importexport_helper_functions.inc.php
@@ -29,9 +29,6 @@ class importexport_helper_functions {
'news_admin' => array(
'class.news_admin_import.inc.php',
),
- 'calendar' => array(
- 'class.calendar_import_csv.inc.php'
- ),
);
/**