diff --git a/core/includes/theme.inc b/core/includes/theme.inc
index 504030e..fac1b87 100644
--- a/core/includes/theme.inc
+++ b/core/includes/theme.inc
@@ -1287,8 +1287,6 @@ function theme_get_setting($setting_name, $theme = NULL) {
 
   if (empty($cache[$theme])) {
     // Set the default values for each global setting.
-    // To add new global settings, add their default values below, and then
-    // add form elements to system_theme_settings() in system.admin.inc.
     $cache[$theme] = array(
       'default_logo'                     =>  1,
       'logo_path'                        =>  '',
