Skip to content

Commit

Permalink
Removed 2 redundant lines from core transform code
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@26786 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
murrell committed Oct 28, 2003
1 parent 6353ea9 commit 99fe7e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/library/grid/src/unit.c
Expand Up @@ -510,8 +510,6 @@ double transform(double value, int unit, SEXP data,
* or somesuch.
*/
case L_CHAR:
result = result*gc->fontsize*gc->cex/(72*thisCM/2.54);
break;
case L_MYCHAR: /* FIXME: Remove this when I can */
result = result*gc->fontsize*gc->cex/(72*thisCM/2.54);
break;
Expand Down

0 comments on commit 99fe7e9

Please sign in to comment.