From 520752420306d77e77392ae75ae7a5bd1b0f8bed Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 20 Sep 2010 18:53:03 +0000 Subject: [PATCH] Remove annoying, useless construcotrs. Props Rasmus. http://talks.php.net/show/confoo10/8 git-svn-id: https://develop.svn.wordpress.org/trunk@15637 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class.wp-dependencies.php | 7 ------- 1 file changed, 7 deletions(-) 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 *