From b522d3dc5a62ea0df5fc9933c55b9cac3ff1b12e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 10 Apr 2011 18:29:03 +0200 Subject: - Patch #608478 by David_Rothstein: remove leftover code and variables --- modules/system/system.install | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index af02edc15..3d26becae 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2971,6 +2971,14 @@ function system_update_7069() { variable_del('site_offline'); } +/** + * Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables. + */ +function system_update_7070() { + variable_del('drupal_badge_color'); + variable_del('drupal_badge_size'); +} + /** * @} End of "defgroup updates-6.x-to-7.x" * The next series of updates should start at 8000. -- cgit v1.2.3