this wasn't used either

git-svn-id: file:///home/shish/svn/shimmie2/trunk@992 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-08-22 08:17:18 +00:00
parent e2d84517fa
commit a72fb78ee0

View file

@ -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();