You are here

function auto_height_uninstall in jQuery Auto Height 7

Same name and namespace in other branches
  1. 7.2 auto_height.install \auto_height_uninstall()

Uninstall the module

File

./auto_height.install, line 64
Install, update and uninstall functions for the 'jQuery Auto Height' module.

Code

function auto_height_uninstall() {

  // Delete module variables
  variable_del('autoheight_selectors');
}