You are here

function dfp_uninstall in Doubleclick for Publishers (DFP) 7.2

Same name and namespace in other branches
  1. 7 dfp.install \dfp_uninstall()

Implements hook_uninstall().

File

./dfp.install, line 156
Installation file for DFP module.

Code

function dfp_uninstall() {

  // Delete variables.
  variable_del('dfp_set_centering');
  variable_del('dfp_token_cache_enabled');
  variable_del('dfp_token_cache_lifetime');
}