You are here

function picture_uninstall in Picture 7

Same name and namespace in other branches
  1. 7.2 picture.install \picture_uninstall()

Implements hook_uninstall().

File

./picture.install, line 63
Install/schema hooks for the picture module.

Code

function picture_uninstall() {
  variable_del('picture_ckeditor_groups');
  variable_del('picture_ckeditor_label');
}