aboutsummaryrefslogtreecommitdiff
path: root/video.install
diff options
context:
space:
mode:
authorTushar Mahajan <chia.tushar@gmail.com>2010-09-08 23:43:39 +0000
committerTushar Mahajan <chia.tushar@gmail.com>2010-09-08 23:43:39 +0000
commit07e453e2ff2f66017eb49cc0374aa1531805a043 (patch)
treedaed69ad388a73ff56078643a0ec779f35606f4f /video.install
parentef4365879413eab6a0d2be64374a9840c7eed804 (diff)
downloadvideo-07e453e2ff2f66017eb49cc0374aa1531805a043.tar.gz
video-07e453e2ff2f66017eb49cc0374aa1531805a043.tar.bz2
Porting video module port for D7
Diffstat (limited to 'video.install')
-rw-r--r--video.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/video.install b/video.install
index 5d2ea92..7e66988 100644
--- a/video.install
+++ b/video.install
@@ -98,17 +98,9 @@ function video_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.
}