You are here

function statcounter_uninstall in StatCounter 5

Same name and namespace in other branches
  1. 6 statcounter.install \statcounter_uninstall()
  2. 7.2 statcounter.install \statcounter_uninstall()

Implementation of hook_uninstall().

File

./statcounter.install, line 12
Provides an integration with StatCounter which logs user activity.

Code

function statcounter_uninstall() {
  variable_del('statcounter_code');
  variable_del('statcounter_scope');
}