You are here

function format_number_uninstall in Format Number API 6

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

Implementation of 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');
}