diff options
-rw-r--r-- | modules/system/system.module | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index a4867a996..7a79a8125 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1345,10 +1345,6 @@ function _system_get_theme_data() { 'main_menu', 'secondary_menu', ), - 'stylesheets' => array( - 'all' => array('style.css') - ), - 'scripts' => array('script.js'), 'screenshot' => 'screenshot.png', 'php' => DRUPAL_MINIMUM_PHP, ); |