You are here

function pasteformat_uninstall in Paste Format (filter, clean-up pasted text) 6

Same name and namespace in other branches
  1. 7 pasteformat.install \pasteformat_uninstall()

Implements hook_uninstall().

File

./pasteformat.install, line 6

Code

function pasteformat_uninstall() {
  variable_del('pasteformat_cleanup_format');
  variable_del('pasteformat_message_success');
  variable_del('pasteformat_message_failure');
}