--- system.module 2008-02-20 07:46:41.000000000 -0600 +++ /home/stabile/Projects/drupal/drupal-7.x-dev-cvs/modules/system/system.module 2008-03-06 06:13:18.000000000 -0600 @@ -417,14 +417,6 @@ function system_menu() { 'access arguments' => array('administer site configuration'), 'file' => 'system.admin.inc', ); - $items['admin/content/rss-publishing'] = array( - 'title' => 'RSS publishing', - 'description' => 'Configure the number of items per feed and whether feeds should be titles/teasers/full-text.', - 'page callback' => 'drupal_get_form', - 'page arguments' => array('system_rss_feeds_settings'), - 'access arguments' => array('administer site configuration'), - 'file' => 'system.admin.inc', - ); $items['admin/settings/date-time'] = array( 'title' => 'Date and time', 'description' => "Settings for how Drupal displays date and time, as well as the system's default timezone.",