You are here

function scrollreveal_uninstall in Scroll Reveal 7.2

Same name and namespace in other branches
  1. 7 scrollreveal.install \scrollreveal_uninstall()

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

File

./scrollreveal.install, line 52
scrollreveal.install Installation and update functions for the ScrollReveal Module

Code

function scrollreveal_uninstall() {

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