Theme Customizer: Remove redundant call to wp_enqueue_script. see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20507 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-04-18 17:17:14 +00:00
parent ae95c22e27
commit 87e47358fb

View File

@ -70,9 +70,6 @@ class WP_Customize_Control {
wp_enqueue_script( 'farbtastic' );
wp_enqueue_style( 'farbtastic' );
break;
case 'upload':
wp_enqueue_script( 'wp-plupload' );
break;
}
}