summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-20 06:14:28 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-20 06:14:28 +0000
commit4ae1e3fe2dfbdaf0f17b49a50c875cea3c8d417f (patch)
tree32a24e6dd4a9dfc014725a5cdef6891f24b5fed7
parent6a079ec2778e7b00cd15f54adf120b8e6c34004d (diff)
downloadbrdo-4ae1e3fe2dfbdaf0f17b49a50c875cea3c8d417f.tar.gz
brdo-4ae1e3fe2dfbdaf0f17b49a50c875cea3c8d417f.tar.bz2
#351487 follow-up by JohnAlbin: Fix accidental roll-back.
-rw-r--r--modules/system/system.module4
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,
);