You are here

function mobile_number_uninstall in Mobile Number 7

Implements hook_uninstall().

File

./mobile_number.install, line 99
Install, update and uninstall functions for the systementity_configfield module.

Code

function mobile_number_uninstall() {
  variable_del('mobile_number_secret');
  variable_del('mobile_number_tfa_field');
}