diff --git a/context_reaction_theme.install b/context_reaction_theme.install
index 7cddff7..a4abe2d 100644
--- a/context_reaction_theme.install
+++ b/context_reaction_theme.install
@@ -1,17 +1,2 @@
 <?php
 
-/**
- * Implementation of hook_install().
- */
-function context_reaction_theme_install() {
-  // Set weight to 99 so we're one of the last modules to run. Can help with
-  // timing in some cases (like og_subgroups)
-  db_query("UPDATE {system} SET weight = 99 WHERE name = 'context_reaction_theme'");
-}
-
-/**
- * Implementation of hook_install().
- */
-function context_reaction_theme_update_6200() {
-  db_query("UPDATE {system} SET weight = 99 WHERE name = 'context_reaction_theme'");
-}
\ No newline at end of file
