You are here

function isotope_uninstall in Isotope (with Masonry and Packery) 7

Implements hook_uninstall().

File

./isotope.install, line 33
Defines the functionality for isotope's requirements and uninstall process(es).

Code

function isotope_uninstall() {
  variable_del('isotope_settings');
}