summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index f7ccc13f4..f6e7c5869 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -681,12 +681,6 @@ function node_menu() {
}
}
- // Legacy handler for old "node/view/52" paths.
- $items[] = array('path' => 'node/view', 'title' => t('view'),
- 'callback' => 'node_old_url',
- 'access' => user_access('access content'),
- 'type' => MENU_CALLBACK);
-
return $items;
}
@@ -1435,10 +1429,6 @@ function node_page_default() {
return $output;
}
-function node_old_url($nid = 0) {
- drupal_goto("node/$nid");
-}
-
/**
* Menu callback; dispatches control to the appropriate operation handler.
*/