You are here

function ga_push_uninstall in GA Push 7

Implements hook_uninstall().

File

./ga_push.install, line 11
Contains install and update functions for GA Push.

Code

function ga_push_uninstall() {

  // Delete created variables.
  variable_del('ga_push_default_method');
  variable_del('ga_push_debug');
}