You are here

function addtocopy_uninstall in Add link to copied text 7

Same name and namespace in other branches
  1. 6 addtocopy.install \addtocopy_uninstall()

Implements hook_uninstall().

File

./addtocopy.install, line 5

Code

function addtocopy_uninstall() {
  variable_del('addtocopy_selector');
  variable_del('addtocopy_minlen');
  variable_del('addtocopy_htmlcopytxt');
  variable_del('addtocopy_addcopyfirst');
  variable_del('addtocopy_library_path');
}