You are here

function bulk_photo_nodes_uninstall in Bulk File Nodes 7

Implements hook_uninstall().

File

./bulk_photo_nodes.install, line 26
Install, update and uninstall functions for the bulk_photo_nodes module.

Code

function bulk_photo_nodes_uninstall() {
  variable_del('bulk_photo_node_types');
  image_style_delete(image_style_load('bulk_photo_nodes'));
}