Remove unused variables. Props DD32. fixes #5418

git-svn-id: https://develop.svn.wordpress.org/trunk@6354 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-12-05 00:29:05 +00:00
parent 34c792ccc8
commit 721b8c930b
9 changed files with 9 additions and 25 deletions
-2
View File
@@ -224,8 +224,6 @@ Event.observe( window, 'load', hide_text );
// Save the data
$id = wp_insert_attachment($object, $file);
$upload = array('file' => $file, 'id' => $id);
list($width, $height, $type, $attr) = getimagesize( $file );
if ( $width == HEADER_IMAGE_WIDTH && $height == HEADER_IMAGE_HEIGHT ) {