You are here

function video_zencoder_uninstall in Video 6.5

Same name and namespace in other branches
  1. 6.4 plugins/video_zencoder/video_zencoder.install \video_zencoder_uninstall()
  2. 7 modules/video_zencoder/video_zencoder.install \video_zencoder_uninstall()

Implementation of hook_uninstall().

File

plugins/video_zencoder/video_zencoder.install, line 88
Provides installation functions for video_s3.module.

Code

function video_zencoder_uninstall() {
  drupal_uninstall_schema('video_zencoder');

  // @todo Delete our variables.
}