Index: components/select.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/components/select.inc,v
retrieving revision 1.63
diff -u -p -r1.63 select.inc
--- components/select.inc	18 Oct 2010 07:21:10 -0000	1.63
+++ components/select.inc	28 Dec 2010 20:51:07 -0000
@@ -280,10 +280,6 @@ function _webform_render_select($compone
     _webform_shuffle_options($options);
   }
 
-  if ($component['extra']['aslist'] && !$component['extra']['multiple'] && !($component['mandatory'] && $default_value !== '')) {
-    $options = array('' => t('select...')) + $options;
-  }
-
   // Set the component options.
   $element['#options'] = $options;
 
