You are here

function ds_uninstall in Display Suite 7

Same name and namespace in other branches
  1. 6.3 ds.install \ds_uninstall()
  2. 6 ds.install \ds_uninstall()
  3. 6.2 ds.install \ds_uninstall()
  4. 7.2 ds.install \ds_uninstall()

Implements hook_uninstall().

File

./ds.install, line 21
Display suite install file.

Code

function ds_uninstall() {
  variable_del('ds_styles_regions');
}