You are here

function fullcalendar_legend_uninstall in FullCalendar 7.2

Implements hook_uninstall().

File

fullcalendar_legend/fullcalendar_legend.install, line 11
Install, update and uninstall functions for the FullCalendar Legend module.

Code

function fullcalendar_legend_uninstall() {
  variable_del('fullcalendar_legend_type');
}