You are here

function nodejs_notify_uninstall in Node.js integration 6

Same name and namespace in other branches
  1. 7 nodejs_notify/nodejs_notify.install \nodejs_notify_uninstall()

Implements hook_uninstall().

File

nodejs_notify/nodejs_notify.install, line 18
Install, update and uninstall functions for the nodejs notify module.

Code

function nodejs_notify_uninstall() {
  variable_del('nodejs_notify_notification_lifetime_seconds');
}