diff --git a/media_oembed/media_oembed.install b/media_oembed/media_oembed.install
index 311f7db..0243cdc 100644
--- a/media_oembed/media_oembed.install
+++ b/media_oembed/media_oembed.install
@@ -13,16 +13,6 @@ function media_oembed_install() {
 }
 
 /**
- * Implement hook_uninstall().
- */
-function media_oembed_uninstall() {
-  foreach (media_oembed_variable_default() as $variable => $value) {
-    media_oembed_variable_del($variable);
-  }
-  return array(array('success' => TRUE, 'query' => "Deleted all variables in the Media: oEmbed namespace."));
-}
-
-/**
  * Clear style and preset caches.
  */
 function media_oembed_update_7001() {
