Index: notify.install
===================================================================
RCS file: /cvs/drupal/contributions/modules/notify/notify.install,v
retrieving revision 1.4.2.3
diff -u -r1.4.2.3 notify.install
--- notify.install	19 Aug 2007 22:42:14 -0000	1.4.2.3
+++ notify.install	28 Oct 2007 13:48:49 -0000
@@ -68,13 +68,3 @@
   $ret[] = update_sql("UPDATE {system} SET weight = $weight WHERE name = 'notify'");
   return $ret;
 }
-
-/**
- * Clear {cache_menu} after the admin menu changes.
- */
-function notify_update_2() {
-  $ret = array();
-  cache_clear_all(NULL, 'cache_menu');
-  drupal_set_message(t('The settings page for the notify.module is now to be found in Administer > Site configuration > Notification settings.'));
-  return $ret;
-}
