You are here

function d3_uninstall in d3.js 7

Implements hook_uninstall().

File

./d3.install, line 67
Install, update and uninstall functions for the d3 module.

Code

function d3_uninstall() {
  variable_del('d3_graphapi_default_library');
}