diff options
Diffstat (limited to 'modules/poll/poll.install')
-rw-r--r-- | modules/poll/poll.install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/poll/poll.install b/modules/poll/poll.install index 5ad698082..880b317fc 100644 --- a/modules/poll/poll.install +++ b/modules/poll/poll.install @@ -7,22 +7,6 @@ */ /** - * Implement hook_install(). - */ -function poll_install() { - // Create tables. - drupal_install_schema('poll'); -} - -/** - * Implement hook_uninstall(). - */ -function poll_uninstall() { - // Remove tables. - drupal_uninstall_schema('poll'); -} - -/** * Implement hook_schema(). */ function poll_schema() { |