You are here

function responsive_background_uninstall in Responsive Background Images 7

Implements hook_uninstall().

File

./responsive_background.install, line 24
Responsive Background Install

Code

function responsive_background_uninstall() {
  variable_del('responsive_background');
}