You are here

function entity_delete_log_uninstall in Entity Delete Log 7

Implements hook_uninstall().

File

./entity_delete_log.install, line 86

Code

function entity_delete_log_uninstall() {
  variable_del('entity_delete_log_entity_types');
}