diff --git a/typo3/sysext/fluid/Classes/View/TemplatePaths.php b/typo3/sysext/fluid/Classes/View/TemplatePaths.php
index ec7d68d9aa5d9a4cc080c2e6273286b12c50bd30..7138934d4c3ed239b242f5bf39c957d95238c6a7 100644
--- a/typo3/sysext/fluid/Classes/View/TemplatePaths.php
+++ b/typo3/sysext/fluid/Classes/View/TemplatePaths.php
@@ -100,18 +100,6 @@ class TemplatePaths extends \TYPO3Fluid\Fluid\View\TemplatePaths
         return $paths;
     }
 
-    /**
-     * @return array
-     */
-    public function toArray()
-    {
-        return array(
-            self::CONFIG_TEMPLATEROOTPATHS => $this->sanitizePath($this->getTemplateRootPaths()),
-            self::CONFIG_LAYOUTROOTPATHS => $this->sanitizePath($this->getLayoutRootPaths()),
-            self::CONFIG_PARTIALROOTPATHS => $this->sanitizePath($this->getPartialRootPaths())
-        );
-    }
-
     /**
      * @param string|array $path
      * @return string