function system_update_7070

7.x system.install system_update_7070()

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

Related topics

File

drupal-7.x/modules/system/system.install, line 3027
Install, update and uninstall functions for the system module.

Code

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