Remove dead code. props nathanrice, fixes #13893.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-11-12 11:26:14 +00:00
parent 3f7374b8e6
commit e915bc2f45
1 changed files with 0 additions and 3 deletions

View File

@ -74,9 +74,6 @@ switch ( $post->post_status ) {
case 'auto-draft':
_e('Draft');
break;
case 'auto-draft':
_e('Unsaved');
break;
}
?>
</span>