MDL-20204 removed some forgotten legacy code

This commit is contained in:
Petr Skoda 2009-12-23 17:27:29 +00:00
parent 358c13cbbf
commit 054652d623

View 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();
}
}