From a72fb78ee0398dbe0219d3108d9a40b7df0e8b8e Mon Sep 17 00:00:00 2001 From: shish Date: Fri, 22 Aug 2008 08:17:18 +0000 Subject: [PATCH] this wasn't used either git-svn-id: file:///home/shish/svn/shimmie2/trunk@992 7f39781d-f577-437e-ae19-be835c7a54ca --- core/util.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/util.inc.php b/core/util.inc.php index a62609f8..e1a6fd9c 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -179,8 +179,6 @@ function _count_execs($db, $sql, $inputarray) { } function get_theme_object($file, $class) { - global $config; - $theme = $config->get_string("theme", "default"); if(class_exists("Custom$class")) { $class = "Custom$class"; return new $class();