You are here

function parallax_bg_uninstall in Parallax Background 7

Implementation of hook_uninstall(). Only clears our variables, so a fresh installation can repopulate them.

File

./parallax_bg.install, line 13
bootstrap_library.install Installation and update functions for the Bootstrap Library Module

Code

function parallax_bg_uninstall() {

  // Settings.
  variable_del('parallax_bg_settings');
}