You are here

function ais_unistall in Adaptive Image Styles (ais) 7

Implements hook_uninstall().

File

./ais.install, line 24
Install file for the threshold-ais module

Code

function ais_unistall() {
  variable_del("ais_adaptive_styles");
}