diff options
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 04cffb91f..2933e7599 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -139,10 +139,6 @@ function node_theme() { 'arguments' => array('form' => NULL), 'file' => 'node.admin.inc', ), - 'node_admin_nodes' => array( - 'arguments' => array('form' => NULL), - 'file' => 'node.admin.inc', - ), 'node_add_list' => array( 'arguments' => array('content' => NULL), 'file' => 'node.pages.inc', |