You are here

function fullcalendar_options_uninstall in FullCalendar 7.2

Implements hook_uninstall().

File

fullcalendar_options/fullcalendar_options.install, line 18
Install, update and uninstall functions for the FullCalendar Options module.

Code

function fullcalendar_options_uninstall() {
  variable_del('fullcalendar_options');
}