You are here

function format_number_uninstall in Format Number API 7

Same name and namespace in other branches
  1. 6 format_number.install \format_number_uninstall()

Implements hook_uninstall().

File

./format_number.install, line 11
Module installation/uninstallation hooks.

Code

function format_number_uninstall() {
  variable_del('format_number_user_configurable');
  variable_del('format_number_thousands_sep');
  variable_del('format_number_decimal_point');
}