diff options
Diffstat (limited to 'video.install')
-rw-r--r-- | video.install | 8 |
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. } |