diff --git a/wp-includes/class.wp-dependencies.php b/wp-includes/class.wp-dependencies.php index ea607de2cf..d10ae0e375 100644 --- a/wp-includes/class.wp-dependencies.php +++ b/wp-includes/class.wp-dependencies.php @@ -25,13 +25,6 @@ class WP_Dependencies { var $groups = array(); var $group = 0; - function WP_Dependencies() { - $args = func_get_args(); - call_user_func_array( array(&$this, '__construct'), $args ); - } - - function __construct() {} - /** * Do the dependencies *