function content_theme_update_7201 in Content Theme 7.2
Remove unnecessary variables.
File
- ./
content_theme.install, line 179 - Install, update and uninstall functions for the content_theme module.
Code
function content_theme_update_7201() {
variable_del('content_theme_content_wide_list');
variable_del('content_theme_content_type_list');
variable_del('content_theme_content_node_list');
}