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:
parent
e2d84517fa
commit
a72fb78ee0
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Reference in a new issue