You are here

function video_ffmpeg_helper_uninstall in Video 6

Same name and namespace in other branches
  1. 5 plugins/video_ffmpeg_helper/video_ffmpeg_helper.install \video_ffmpeg_helper_uninstall()
  2. 6.2 plugins/video_ffmpeg_helper/video_ffmpeg_helper.install \video_ffmpeg_helper_uninstall()

Implementation of hook_uninstall().

File

plugins/video_ffmpeg_helper/video_ffmpeg_helper.install, line 93
Provide installation functions for video_ffmpeg_helper.module .

Code

function video_ffmpeg_helper_uninstall() {
  drupal_uninstall_schema('video_ffmpeg_helper');
}