You are here

function rocket_chat_uninstall in Rocket.Chat 7.2

Same name and namespace in other branches
  1. 7 rocket_chat.install \rocket_chat_uninstall()

Implements hook_uninstall().

See also

\hook_uninstall()

File

./rocket_chat.install, line 12
Install, update and uninstall functions for the rocket_chat module.

Code

function rocket_chat_uninstall() {
  variable_del('rocket_chat_url');
  variable_del('rocket_chat_route');
  variable_del('rocket_chat_livechat_version');
}