You are here

function getid3_update_7201 in getID3() 7.2

Remove unused variables from 7.x-1.x

File

./getid3.install, line 122
Install, update and uninstall functions for the getid3 module.

Code

function getid3_update_7201() {
  variable_del('getid3_path');
  variable_del('getid3_path');
}