You are here

function cloudflare_uninstall in CloudFlare 7.2

Implements hook_uninstall().

File

./cloudflare.install, line 25
Install file for Cloudflare.

Code

function cloudflare_uninstall() {
  variable_del('cloudflare_api_email');
  variable_del('cloudflare_api_key');
}