diff --git a/auto_nodetitle.install b/auto_nodetitle.install
index 8d24a31..93d1caa 100755
--- a/auto_nodetitle.install
+++ b/auto_nodetitle.install
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * @file
  * Installation file for the automatic nodetitle module
@@ -22,12 +21,3 @@ function auto_nodetitle_uninstall() {
     variable_del('ant_php_' . $type);
   }
 }
-
-/**
- * make sure hooks are invoked after cck main hooks
- */
-function auto_nodetitle_update_1() {
-  $ret = array();
-  $ret[] = update_sql("UPDATE {system} SET weight = 5 WHERE name = 'auto_nodetitle'");
-  return $ret;
-}
\ No newline at end of file
