You are here

function media_unsplash_uninstall in Media Unsplash 7

Implements hook_uninstall().

File

./media_unsplash.install, line 11
Install, update and uninstall functions for the Media: Unsplash module.

Code

function media_unsplash_uninstall() {
  variable_del('media_unsplash_api');
}