diff options
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 8bacba7a5..920e305bc 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2012,13 +2012,6 @@ function _node_custom_theme() { } } -/** - * Implements hook_init(). - */ -function node_init() { - drupal_add_css(drupal_get_path('module', 'node') . '/node.css', array('preprocess' => TRUE)); -} - function node_last_changed($nid) { return db_query('SELECT changed FROM {node} WHERE nid = :nid', array(':nid' => $nid))->fetch()->changed; } |