]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20204 removed some forgotten legacy code
authorPetr Skoda <skodak@moodle.org>
Wed, 23 Dec 2009 17:27:29 +0000 (17:27 +0000)
committerPetr Skoda <skodak@moodle.org>
Wed, 23 Dec 2009 17:27:29 +0000 (17:27 +0000)
lib/pagelib.php

index 8f0047dde38c790c7556b639b8f0a7e5064e25e7..6c63b678c8a967237ece4c5cb58bbbefd7402f57 100644 (file)
@@ -955,8 +955,6 @@ class moodle_page {
         $this->_theme = theme_config::load($themename);
         if ($this === $PAGE) {
             $THEME = $this->_theme;
-            // Support legacy code.
-            $this->_theme->setup_legacy_pix_paths();
         }
     }