diff --git a/tvi.install b/tvi.install
index dffc0c7..c57e02d 100644
--- a/tvi.install
+++ b/tvi.install
@@ -63,9 +63,6 @@ function tvi_schema() {
  * @see http://api.drupal.org/api/drupal/modules--system--system.api.php/function/hook_install/7
  */
 function tvi_install() {
-	// Create tables.
-  drupal_install_schema('tvi');
-  
   // Ensure weights are ok.
   $view_info = db_select('system', 's')
           ->fields('s', array('weight'))
@@ -81,15 +78,3 @@ function tvi_install() {
 }
 
 //------------------------------------------------------------------------------
-
-/**
- * Implementation of hook_uninstall().
- * 
- * @see http://api.drupal.org/api/drupal/modules--system--system.api.php/function/hook_uninstall/7
- */
-function tvi_uninstall() {
-  // Remove tables.
-  drupal_uninstall_schema('tvi');
-}
-
-//------------------------------------------------------------------------------
\ No newline at end of file
