You are here

function flickr_update_7101 in Flickr 7

Removes old unused variables.

File

./flickr.install, line 136
The Flickr database schema and uninstall hook.

Code

function flickr_update_7101() {
  variable_del("flickr_default_size");
}