From 10894ac845c83382b70a35b195b548433dec1163 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 4 Feb 2011 19:03:14 +0000 Subject: - Patch #1049144 by boombatower: remove unnecessary return statements. --- includes/theme.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index c5015865d..8e3573085 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1263,8 +1263,6 @@ function theme_enable($theme_list) { // Invoke hook_themes_enabled after the themes have been enabled. module_invoke_all('themes_enabled', $theme_list); - - return; } /** @@ -1298,8 +1296,6 @@ function theme_disable($theme_list) { // Invoke hook_themes_enabled after the themes have been enabled. module_invoke_all('themes_disabled', $theme_list); - - return; } /** -- cgit v1.2.3