function custom_formatters_uninstall in Custom Formatters 7.2
Same name and namespace in other branches
- 6 custom_formatters.install \custom_formatters_uninstall()
Implements hook_uninstall().
File
- ./
custom_formatters.install, line 72 - Install, update and uninstall functions for the Custom Formatters module.
Code
function custom_formatters_uninstall() {
variable_del('custom_formatters_settings');
}