From 07e453e2ff2f66017eb49cc0374aa1531805a043 Mon Sep 17 00:00:00 2001 From: Tushar Mahajan Date: Wed, 8 Sep 2010 23:43:39 +0000 Subject: Porting video module port for D7 --- video.install | 8 -------- 1 file changed, 8 deletions(-) (limited to 'video.install') diff --git a/video.install b/video.install index 5d2ea92..7e66988 100644 --- a/video.install +++ b/video.install @@ -97,18 +97,10 @@ function video_schema() { return $schema; } -/** - * Implementation of hook_install(). - */ -function video_install() { - drupal_install_schema('video'); -} - /** * Implementation of hook_uninstall(). */ function video_uninstall() { - drupal_uninstall_schema('video'); //@todo Need to drop all variables used in this module here. } -- cgit v1.2.3