<?php

/**
 * @file
 * Install/uninstall/update hooks and functions.
 */

/**
 * Implements hook_uninstall().
 */
function antibot_uninstall() {
  variable_del('antibot_form_ids');
  variable_del('antibot_show_form_ids');
}
