You are here

function easychart_uninstall in Easychart 7.2

Same name and namespace in other branches
  1. 7.3 easychart.install \easychart_uninstall()
  2. 7 easychart.install \easychart_uninstall()

Implements hook_uninstall().

File

./easychart.install, line 113
Easychart install file.

Code

function easychart_uninstall() {
  node_type_delete('easychart');
}