You are here

function scald_gallery_uninstall in Scald: Gallery 7.2

Same name and namespace in other branches
  1. 7 scald_gallery.install \scald_gallery_uninstall()

Implements hook_uninstall().

File

./scald_gallery.install, line 36
Scald Gallery Installation.

Code

function scald_gallery_uninstall() {
  ScaldAtomController::removeType('gallery');
}