diff --git a/zen-internals/zen.drush.inc b/zen-internals/zen.drush.inc
index 10f6750..796531e 100644
--- a/zen-internals/zen.drush.inc
+++ b/zen-internals/zen.drush.inc
@@ -99,10 +99,6 @@ function drush_zen($name = NULL, $machine_name = NULL) {
       else {
         $sub_dir .= '/';
       }
-      // Remove the RTL css file.
-      $css_file = $sub_dir . (($css_file[0] == '_') ? substr($css_file, 1) : $css_file);
-      drush_op('unlink', drush_normalize_path($subtheme_path . '/css/' . $css_file . '-rtl.css'));
-      drush_op('zen_file_str_replace', $subtheme_path . '/css/' . $css_file . '.css', ' /* LTR */', '');
       // Remove the RTL sass file.
       drush_op('unlink', drush_normalize_path($subtheme_path . '/sass/' . $file . '-rtl.scss'));
       drush_op('zen_file_str_replace', $subtheme_path . '/sass/' . $file . '.scss', ' /* LTR */', '');
