function system_update_7070

Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables.

Related topics

File

drupal/modules/system/system.install, line 3133
Install, update and uninstall functions for the system module.

Code

function system_update_7070() {
  variable_del('drupal_badge_color');
  variable_del('drupal_badge_size');
}