function pasteformat_uninstall in Paste Format (filter, clean-up pasted text) 7
Same name and namespace in other branches
- 6 pasteformat.install \pasteformat_uninstall()
Implements hook_uninstall().
File
- ./
pasteformat.install, line 10 - Install/uninstall functions for Paste Format module.
Code
function pasteformat_uninstall() {
variable_del('pasteformat_cleanup_format');
variable_del('pasteformat_message_success');
variable_del('pasteformat_message_failure');
}