You are here

function fasttoggle_comment_uninstall in Fasttoggle 7

Implements hook_uninstall().

File

module/fasttoggle_comment/fasttoggle_comment.install, line 11
The installation file for fasttoggle_comment.module.

Code

function fasttoggle_comment_uninstall() {
  variable_del('fasttoggle_comment_status_settings');
  variable_del('fasttoggle_comments_rw_only');
}