You are here

function farm_crop_uninstall in farmOS 7

Implements hook_uninstall().

File

modules/farm/farm_crop/farm_crop.install, line 10
Farm crop install file.

Code

function farm_crop_uninstall() {
  variable_del('farm_crop_planting_season');
}