diff --git a/typo3/sysext/impexp/class.tx_impexp.php b/typo3/sysext/impexp/class.tx_impexp.php
index 9830f6d195832ac70059ae42f965d3e83b07c5cd..76265715249166ab4db970e9ecb5ba33e35bd8ee 100755
--- a/typo3/sysext/impexp/class.tx_impexp.php
+++ b/typo3/sysext/impexp/class.tx_impexp.php
@@ -64,14 +64,6 @@
  * 	#debug(strlen($out));
  */
 
-@ini_set('max_execution_time',600);
-@ini_set('memory_limit','256m');
-
-
-
-
-
-
 
 /**
  * T3D file Import/Export library (TYPO3 Record Document)
@@ -3228,4 +3220,4 @@ class tx_impexp {
 if (defined('TYPO3_MODE') && isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['ext/impexp/class.tx_impexp.php'])) {
 	include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['ext/impexp/class.tx_impexp.php']);
 }
-?>
\ No newline at end of file
+?>