You are here

function adstxt_uninstall in AdsTxt 7

Implements hook_uninstall().

File

./adstxt.install, line 40
Install, update and uninstall functions for the adstxt module.

Code

function adstxt_uninstall() {
  variable_del('adstxt');
}