You are here

function simple_mail_uninstall in Simple Mail 7

Implements hook_uninstall().

File

./simple_mail.install, line 29
Installation file for Simple Mail module.

Code

function simple_mail_uninstall() {
  variable_del('simple_mail_override');
  variable_del('simple_mail_queue_enabled');
}