function scald_gallery_uninstall in Scald: Gallery 7
Same name and namespace in other branches
- 7.2 scald_gallery.install \scald_gallery_uninstall()
Implements hook_uninstall().
File
- ./
scald_gallery.install, line 39 - Scald Gallery Installation.
Code
function scald_gallery_uninstall() {
scald_remove_type('gallery');
}