Index: wp-admin/custom-header.php
===================================================================
--- wp-admin/custom-header.php	(revision 21427)
+++ wp-admin/custom-header.php	(working copy)
@@ -504,6 +504,7 @@
 <table class="form-table">
 <tbody>
 
+<?php if ( get_header_image() || display_header_text() ) : ?>
 <tr valign="top">
 <th scope="row"><?php _e( 'Preview' ); ?></th>
 <td>
@@ -524,6 +525,8 @@
 	<?php } ?>
 </td>
 </tr>
+<?php endif; ?>
+
 <?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?>
 <tr valign="top">
 <th scope="row"><?php _e( 'Select Image' ); ?></th>
