Removed obsolete function
authorMarcel Werk <burntime@woltlab.com>
Mon, 19 Dec 2011 16:46:52 +0000 (17:46 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 19 Dec 2011 16:46:52 +0000 (17:46 +0100)
closes #300

wcfsetup/install/files/lib/util/StringUtil.class.php

index e37debe42ac3ce685be60646dc9736ca4d3d1a27..52bf7d7c42729071476f5ca8d9a15631e5ff9ca7 100644 (file)
@@ -451,16 +451,6 @@ class StringUtil {
                        )/x', $string);
        }
        
-       /**
-        * Extracts the class name from a standardised class path.
-        * 
-        * @param       string          $classPath
-        * @return      string          class name
-        */
-       public static function getClassName($classPath) {
-               return preg_replace('~(?:.*/)?([^/]+).class.php~i', '\\1', $classPath);
-       }
-       
        /**
         * Escapes the closing cdata tag.
         *