You are here

function video_embed_field_uninstall in Video Embed Field 7.2

Same name and namespace in other branches
  1. 7 video_embed_field.install \video_embed_field_uninstall()

Implements hook_uninstall().

File

./video_embed_field.install, line 102
Install, update and uninstall functions for the video_embed_field module.

Code

function video_embed_field_uninstall() {
  variable_del('video_embed_field_youtube_api_key');
}